April15Hater
Accountant
- Local time
- Today, 13:20
- Joined
- Sep 12, 2008
- Messages
- 349
Hello AWF friends-
I have a table (tblContractor) that contains all of the employees for our location and their information such as address, phone, ssn, and salary info. Every week the employee submit a report that calculates what their pay will be. The pay report pulls data from tblContractor because that is where the salary information is located.
My problem is that the salary information and the ssn are sensitive data that we wouldn't want other employees to have access to. Yet it's a double edged sword because in order for their pay report to function properly, they must have full read-access to tblContractor. Is there a way to give access to only one particular record?
Any suggestions?
Thanks,
Joe
I have a table (tblContractor) that contains all of the employees for our location and their information such as address, phone, ssn, and salary info. Every week the employee submit a report that calculates what their pay will be. The pay report pulls data from tblContractor because that is where the salary information is located.
My problem is that the salary information and the ssn are sensitive data that we wouldn't want other employees to have access to. Yet it's a double edged sword because in order for their pay report to function properly, they must have full read-access to tblContractor. Is there a way to give access to only one particular record?
Any suggestions?
Thanks,
Joe