|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Do Table Permissions Override Query permissions?Hi,
I administer a database in which the permissions have been "messed up" by another administrator. I need to reset the permissions for all objects in the database, but there are so many user created queries this is a daunting task. The user group level permissions have been properly applied to the backend tables, but there are so many user created queries that reassigning permissions on these objects is a daunting task. If I give all user groups read/write/edit/delete access to all queries, will the permissions set on the tables in the back-end override the queries (and keep users out of data they shouldn't be in?) thanks so much for assistance! Yes, they will be stopped by the permissions set on the tables. The exception would be if any of those queries are set to RWOP (run with owner permissions). In this case, their permissions on the backend tables won't matter, it's the query owner's permissions on the underlying tables that determine what will happen.
Tread carefully. -- Show quoteHide quoteJoan Wild Microsoft Access MVP <lizo.consult***@gmail.com> wrote in message news:1193090355.058823.306500@q3g2000prf.googlegroups.com... > Hi, > > I administer a database in which the permissions have been "messed up" > by another administrator. I need to reset the permissions for all > objects in the database, but there are so many user created queries > this is a daunting task. > > The user group level permissions have been properly applied to the > backend tables, but there are so many user created queries that > reassigning permissions on these objects is a daunting task. > > If I give all user groups read/write/edit/delete access to all > queries, will the permissions set on the tables in the back-end > override the queries (and keep users out of data they shouldn't be > in?) > > thanks so much for assistance! >
Other interesting topics
Access 2007 user level security (lack thereof)
User-Level Security problem - app does not trigger logon screen Exclusive Use Error Error "Could Not Lock File" Open database while holding down shift key users over network 2. block code re-engineering users over network Application not found error dao technique to add column to table in remote ULS db.. |
|||||||||||||||||||||||