I am trying to have a access file which is for a number of user to enter new entries at the same time, but each user would not be able to see or edit what other have entered but they have their own permissions to edit their own record.
The admin user has full ability to supervise all the entries.
I believe this is to do with permission control, and I have got some idea but not sure which one is the best approach
- set up a db which contain the list of approved user and password and user will be needing to log in within the access file before reaching the db entering page
- to use system permission control facility but I have no idea how to get it work
Would someone please make some suggestion about how I could achieve this?
Thanks you