Access security issue (1 Viewer)

robert693

Registered User.
Local time
Today, 00:11
Joined
Mar 22, 2001
Messages
38
Hello,
I am creating a database with employee records. The database will be used by department managers. I want the database to show only those employee records that are in the department that pertains to the manager that has signed into the database. When a different manager signs in he or she will then see only the employee records from their department. I would like to know if I could do this by using queries somehow?

Thank you for any help!
 

gemma-the-husky

Super Moderator
Staff member
Local time
Today, 00:11
Joined
Sep 12, 2006
Messages
15,658
you can do all this, but its tricky

normal access security will protect you vertically, if you like

eg, it will stop certain classess of employees opening a particular form or group of forms

but it won;t limit what they can see within a form they can open.


To do that you need to look at each query, and write it in such a way that the query filters the records for you. You may also need some "master" users who can see evertything. Its likely to become time consuming developing this.
 

Users who are viewing this thread

Top Bottom