I'm stuck....
I'm expanding my company's database to include some sensitive information that I do not want all users to have access to.
I want to have one form that both the non admins and admins can use. Admins would see all the data and non admins would just see an XXXX or something in place of it.
Here is a sample of where I am at.
Table "Projects" has fields "Name" "Client" "Status"
Table "Projects-secure" has fields "Project Amount". This is the field I want to hide.
Query "ProjectsSummary" has all four above fields
Form "ProjectsSummary" uses data from the query.
Currently, if the non-admins try to open the "secure" data whether in the table, query or form, it simply doesn't let them open the object.
I'm sure there is an easy way of doing this, but my access for dummies book is not cutting it here and I can't find anything searching the forums...
Thanks in advance for any advice!
I'm expanding my company's database to include some sensitive information that I do not want all users to have access to.
I want to have one form that both the non admins and admins can use. Admins would see all the data and non admins would just see an XXXX or something in place of it.
Here is a sample of where I am at.
Table "Projects" has fields "Name" "Client" "Status"
Table "Projects-secure" has fields "Project Amount". This is the field I want to hide.
Query "ProjectsSummary" has all four above fields
Form "ProjectsSummary" uses data from the query.
Currently, if the non-admins try to open the "secure" data whether in the table, query or form, it simply doesn't let them open the object.
I'm sure there is an easy way of doing this, but my access for dummies book is not cutting it here and I can't find anything searching the forums...
Thanks in advance for any advice!