R
Rick
I have about fifteen users on my database. Each has their own front end MDB
file. I have many edits built in to my forms to prevent users from entering
invalid data. Two of my users have discovered that they can simply open the
table and bypass my edits. I have tried locing them out of the table, but
then when they open the form they get an error indicating that they don't
have permission to read data from the table.
Joan Wild mentioned in an earlier post...
If you want to implement user security, you can create queries set to run
with owner permissions. Give the users permission to use the queries, and
you can remove all permissions from the table.
I guess I don't understand the phrase, "set to run with owner permissions".
Can anyone tell me what I am doing wrong?
Thanks!
Rick Bear
file. I have many edits built in to my forms to prevent users from entering
invalid data. Two of my users have discovered that they can simply open the
table and bypass my edits. I have tried locing them out of the table, but
then when they open the form they get an error indicating that they don't
have permission to read data from the table.
Joan Wild mentioned in an earlier post...
If you want to implement user security, you can create queries set to run
with owner permissions. Give the users permission to use the queries, and
you can remove all permissions from the table.
I guess I don't understand the phrase, "set to run with owner permissions".
Can anyone tell me what I am doing wrong?
Thanks!
Rick Bear