Luther1978
Technical User
I have a personnel Database, in which I hold a pay frequency field for each employee ("weekly" or "monthly".
I have set up a group permissions for a weekly set of users and a monthly set of users.
I want the users who are a member of the weekly group only to be able to see those who are weekly paid. Short of creating 2 tables one for weekly and one for monthly paid how do I go about this. My first thought was give permissions to a weekly query run of the main table but give no permissions to the table. However it seems the query won't run without permissions given to the table.
The only other solution I can forsee is to seperate the table into 2, those who are monthly and those who are weekly. All very well except how do I set a new record to find the correct table?
Many Thanks in advance
Martin King
I have set up a group permissions for a weekly set of users and a monthly set of users.
I want the users who are a member of the weekly group only to be able to see those who are weekly paid. Short of creating 2 tables one for weekly and one for monthly paid how do I go about this. My first thought was give permissions to a weekly query run of the main table but give no permissions to the table. However it seems the query won't run without permissions given to the table.
The only other solution I can forsee is to seperate the table into 2, those who are monthly and those who are weekly. All very well except how do I set a new record to find the correct table?
Many Thanks in advance
Martin King