I don't see much mention of it in any of my key word searches - I am trying to prevent users from being able to see other people’s employee reviews within the same table of a database of mine.
I have successfully established user groups but the security is kind of weak for my purposes. Users view their manager's review and comments about them via a form/query. The query is based on their user-id and password so that it filters to only their records (note this too is a bit unwieldy because the user-id and password comes right after and is distinct from their workgroup user-id sign-on and password when opening the database).
The form opens showing only their records but obviously the user could close the form and open the table containing all employee reviews. This is the rub with Access Workgroup security, to enable a group to view a form you also have to grant permissions to view the entire table/qry on which the form is based on. Though the form produces the data specific to each user, the user group that the user belongs to must have the abiity to read the entire table!
My ultimate objective: A user sees only their pertinent record in the employee review table and not all others. Any suggestions?
I have successfully established user groups but the security is kind of weak for my purposes. Users view their manager's review and comments about them via a form/query. The query is based on their user-id and password so that it filters to only their records (note this too is a bit unwieldy because the user-id and password comes right after and is distinct from their workgroup user-id sign-on and password when opening the database).
The form opens showing only their records but obviously the user could close the form and open the table containing all employee reviews. This is the rub with Access Workgroup security, to enable a group to view a form you also have to grant permissions to view the entire table/qry on which the form is based on. Though the form produces the data specific to each user, the user group that the user belongs to must have the abiity to read the entire table!
My ultimate objective: A user sees only their pertinent record in the employee review table and not all others. Any suggestions?