Re: Securing Tables From Data Changes
- From: "Joan Wild" <jwild@xxxxxxxxxxxxxxxx>
- Date: Fri, 13 May 2005 15:16:43 -0400
"jkmccnh" <jkmccnh@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:89FBADB2-D02B-42F7-98B6-01A1191284B3@xxxxxxxxxxxxxxxx
> Sorry, 'RWOP'??. I don't know much about user-level security. We've never
> had
> anyone who either knew how, or was inclined to by-pass, the start-up
> option
> of hiding the database window. Could you please be a little more specific?
> I'm willing to read knowledge base articles but can't seem to find the
> appropriate one(s). Thanks for the help.
RWOP stands for 'run with owner permissions'. It means that you can remove
all permissions on the tables for your users. If you set the 'Run
Permissions' property to Owner rather than User, that means that anyone who
runs the query, will be able to do so as though they had the query owner's
permissions on the table.
So as long as the query owner has permissions to the underlying tables,
users will be able to access the data (because when they run the query, they
are running it 'with the query owner's permissions'); in other words, as
though the query owner was running it.
That doesn't mean that they will have full permissions to do anything
though. They are still restricted based on the permissions that the user
has on the query. So the owner may have full permissions on the tables, but
if the user has read data permission on the query, they'll only be able to
read data when they run the query.
You set the Run Permissions property in design view of the query (View,
properties menu).
--
Joan Wild
Microsoft Access MVP
.
- References:
- Securing Tables From Data Changes
- From: jkmccnh
- Re: Securing Tables From Data Changes
- From: Rick B
- Re: Securing Tables From Data Changes
- From: Joan Wild
- Re: Securing Tables From Data Changes
- From: jkmccnh
- Securing Tables From Data Changes
- Prev by Date: Re: Access Security
- Next by Date: Re: Securing Tables From Data Changes
- Previous by thread: Re: Securing Tables From Data Changes
- Next by thread: Re: Securing Tables From Data Changes
- Index(es):
Relevant Pages
|