Re: Basing Object Permissions on Ownership
- From: "Tom Stoddard" <tomshome@xxxxxxxxxx>
- Date: Sun, 30 Oct 2005 23:35:35 -0500
> I'm creating a database where I'd like to prevent users from making any
> design changes, etc. to objects that I've created but at the same time I
> want them to be able to create their own objects. One problem I'm trying
to
> overcome is how to handle situations where I want to be able to send them
> new objects I've created without them inheriting all of the permissions
I've
> assigned to New Objects. Is there a way of assigning permissions to
> individual objects based on ownership of the object through VBA or some
> other method? Hopefully what I'm trying to do is clear. I should also
point
> out that the security is working on the objects I've created in the past
so
> that is not an issue.
I believe that a user can create their own objects regardless of what
permissions they have on new objects. If your user creates a new object then
they will be the owner of that object and they will be able to do whatever
they want to do with that object. As long as they don't have modify design
permissions on new objects then they won't be able to change the design of
objects which you create and add to the database (or objects created by
anyone else for that matter) but they will still be able to create their own
objects.
For example, if a user has read design permissions on new queries but does
not have modify design permissions then they would be able to open and view
a query which you created but they wouldn't be able to modify the design of
the query or to delete the query. They would, however, be able to create
their own queries and do whatever they want to those queries because they
would be the owner of those queries which would give them inherent
permissions to those queries.
I'm not suggesting that it's a good idea to let users create their own
objects but if you have no choice, this would do what you want.
>
> I trust one of you gurus out there has dealt with such a situation and can
> enlighten me on the best way to handle it.
>
> Thanks.
>
> Brian
>
>
.
- References:
- Basing Object Permissions on Ownership
- From: Brian Smith
- Basing Object Permissions on Ownership
- Prev by Date: Re: web page access
- Next by Date: Re: Procedure
- Previous by thread: Re: Basing Object Permissions on Ownership
- Next by thread: Re: MSAccess Workgroup Administator
- Index(es):
Relevant Pages
|