What I have:
tblPersonal
-Employee# (PK)
-SectionID (FK)
tblSections
-SectionID (PK)
-Name
What I am trying to do:
I am trying to create a .accde for distribution to the managers of the different sections within my organization (e.g., Accounts Payable, Safety, Payroll, etc.). This .accde will provide the target manager a snapshot of the information I track on his/her employees.
The problem:
The Safety manager should not be able to see any information on the employees in the Accounts Payable section. Currently, this is not the case. Everyone can see the information on everyone in the database.
I am still early in the implementation phase and am publishing a FE update almost every day. It is not feasible for me to tailor each and every report/form with a delaminating factor. Hundreds of forms/reports. If I had to manually change each one before, distribution would take days.
My idea:
I would like to have all forms and reports contain a reference to a separate table what would contain the SectionID. This reference would serve as a filter for that specific form/report.
The idea is, create an .accde from the admin FE, open said .accde, change the value of SectionID in the standalone table and resave. Do this for each SectionID and I am done.
Please help me accomplish this...or something similar. If my way of thinking is incorrect, PLEASE tell me. If there is an easier way, I am open to anything. Just need the end-state achieved.
Thank you in advance for your time and help. Have a nice day!!