Good afternoon!
So - the database I am currently working on has 2 FORMS; one for adding new clients, one for editing existing ones. I need 4 levels of user access for the DB:
AUTHORISED USER: Will be able to run queries and reports, but not access the Forms or the Tables.
APPROVED USER: Will be able to do as an AUTHORISED USER but also use the EDIT PARTICIPANT form to change data.
SUPER USER: Can use both forms, so edit and ADD new clients.
SUPER ADMIN: As for the SUPER USER, but can also access all the Tables in the Database - basically have access to everything as if controls hadn't been set.
I have never done this before - could anyone offer any pointers on how to achieve, or start to achieve this?
Many thanks,
MrBee
So - the database I am currently working on has 2 FORMS; one for adding new clients, one for editing existing ones. I need 4 levels of user access for the DB:
AUTHORISED USER: Will be able to run queries and reports, but not access the Forms or the Tables.
APPROVED USER: Will be able to do as an AUTHORISED USER but also use the EDIT PARTICIPANT form to change data.
SUPER USER: Can use both forms, so edit and ADD new clients.
SUPER ADMIN: As for the SUPER USER, but can also access all the Tables in the Database - basically have access to everything as if controls hadn't been set.
I have never done this before - could anyone offer any pointers on how to achieve, or start to achieve this?
Many thanks,
MrBee
Comment