> Joan,
>
> Whats a RWOP query? you've lost me a little here.
Sorry Simon, that means 'run with owner permissions'. If you implement
security, you can change the 'run permissions' property of the query in
design view to 'Owner'. Doing so means that you can deny users all
permissions on the underlying tables, and give them permission on the query
instead. When they run the query, they are 'running it with the query
owner's permissions', meaning that they will have the permissions on the
tables that the owner has.
However, they are still restricted by the permissions they have on the
query.
For example, the query owner may have read/update/insert permission on the
table (not delete). They create a RWOP query based on this table, and give
users permission to read data on the query (note not update or insert or
delete). Users do not have permission on the underlying table. When they
run the query, they can read the data in the table (because they are running
the query as though the owner is, and the owner has read/update/insert
permission on the table). They are not able to update/insert/delete data in
the table, because they are still restricted based on the permission they
have on the query. Make sense?
Note that if the query owner gave delete permission on the RWOP query, users
still couldn't delete data, because the query owner doesn't have delete
permission on the table.
You can get more information on RWOP in the security FAQ and whitepaper.
Security FAQ
http://support.microsoft.com/?id=207793
Security Whitepaper
http://support.microsoft.com/?id=148555

Signature
Joan Wild
Microsoft Access MVP
Simonglencross - 07 Nov 2004 17:50 GMT
Thanks a million Joan think I get where you are comming from I have created
RWOP's for all or the table and done as you explained I have not implemented
the sercurity yet but will be shortly or would you recommend doing that now?
I noticed that you have recently released a new book what sort of user is it
aimed at?
Regards
Simon
> > Joan,
> >
[quoted text clipped - 31 lines]
> Security Whitepaper
> http://support.microsoft.com/?id=148555
Joan Wild - 07 Nov 2004 19:39 GMT
> Thanks a million Joan think I get where you are comming from I have
> created RWOP's for all or the table and done as you explained I have
> not implemented the sercurity yet but will be shortly or would you
> recommend doing that now?
Well the RWOP setting is pointless in an unsecured database. In this
setting you have been logged in as 'Admin', so that user is the owner of the
query.
When you implement security, you'll remove all permissions/ownership for the
Admin user, and you'll create a new user to be the owner. You'll want to
change the setting to owner while logged in as that user, and save the
queries.
> I noticed that you have recently released a new book what sort of
> user is it aimed at?
I did? No wonder I'm so tired! <g> No I haven't written a book - what did
you see?

Signature
Joan Wild
Microsoft Access MVP