I have been asked to provide access to a table to two different groups of people. I have not had to do anything like this before and need someone to point me in the right direction. I have an employee table for example. In the employee table there is a column for dept. I need to be able to grant dept A users select, update access to all records where the dept col = A, and dept B users select, update access to all records where dept col = B. I want both A and B to be able to select each other's records but not update them. I would like to do this at the table level rather than have to code security into the forms themselves.
any suggestions would be appreciated.
any suggestions would be appreciated.