Simple database of 2 tables.
Table 1 (files) has 2 fields 'username' & 'file'
Table 2 (users) has 3 fields 'username', 'password' & 'group'
The idea being users can login & see/edit their own files - currently working as expected.
The issue is with the 'admin' account when adding a new file and assigning a 'username' (from a drop-down looking at the users table) it defaults to itself 'admin'.
This can then be changed in edit, but I'm obviously doing something wrong.