We have three departments (COP, CCP, SHH) each department have 10-15 employees and all the departments use the same form. Every now and then, a department head or a supervisor from one department would like to have a view only access to another departments record. I have to generate a report every month, every quarter, and at the end of the year (first by users, second by department ). The way I plan this process is to design three table (tblUsersCOP, tblUsersCCP, and tblUsersSHH). The form also will have few drop downs, (e.g. GENDER: male, female RACE, AGE, etc.) but not sure if I should create a table for all my dropdowns.
1. If I crate only one table (tblUsers) how do I go about assigning which user has access only to their department database?
2. I’m familiar w/ value list, but not sure once I create lookup table how to link them.
Thank you in advance for your help!
OCM