Re: User permissions dropping out
- From: Joan Wild <jwild@xxxxxxxxxxxxxxxx>
- Date: Fri, 03 Apr 2009 12:45:59 -0400
Back up a bit. I don't see why the user needs 'modify table design' to run an update table query. An Update Query updates *data* in the table, not the design of a table. So therefore the user needs only update permission on the table. You could achieve this by removing all permissions on the tables for the Read-only user and making the Update Query 'RWOP' (a setting in the properties of the query. This means Run With Owner Permissions, and will allow the user to update the table. You then just give them udpate permission on this saved RWOP query.
More at www.jmwild.com/RWOP.htm
Joan Wild
MS Access MVP
Barry wrote:
OK, I figured out the security problem...what I had to do is set all permissions, but 'Administer' for the table to be updated each time the db is opened, for the read-only user. In addition, had to set the same permissions for <New Tables/Queries> and a linked table from which the make-table query pulls data from. I think I will be able to adjust the permission settings more once the db is split..
"Barry" wrote:
I have done everything perceivably correct to set up security on a database, and am testing a "Read Only" user test subject. I must set the permissions to 'modify table design' for a particular table that is updated when the db is opened, thru the 'Autoexec' macro (run on an update-table query). Logged in as Administrator, I set the permission, then exit and login as the Read Only user OK, until after logging in again, following logging in as Administrator again. It seems to drop this permission for some reason. I have the db and workgroup file located in a folder on my desktop. I don't imagine it is due to IT permissions to the C: drive, since I can create the files in the first place on my desktop.
- Follow-Ups:
- Re: User permissions dropping out
- From: Barry
- Re: User permissions dropping out
- References:
- User permissions dropping out
- From: Barry
- RE: User permissions dropping out
- From: Barry
- User permissions dropping out
- Prev by Date: Re: Workgroup file connection problem!!!
- Next by Date: Re: User permissions dropping out
- Previous by thread: RE: User permissions dropping out
- Next by thread: Re: User permissions dropping out
- Index(es):
Relevant Pages
|
Loading