Setting security access by field

M

Marco Castro

Right now we have a form that one person starts to work on then another
person finishes it off. Is it possible to setup the security so that the
second person can only edit a few certain fields on the form? I know that I
could probably just lock the fields that they are not allowed to enter using
VB but I was wondering if its possible to do this using the built in
security manager. Thanks.
 
J

Jack MacDonald

You will need to use Read With Owners Permission (RWOP) queries. It
would be a bit complex, but you would need to make several queries
that could be used by different people. The editing form would
dynamically change its recordsource, depending on the value of
CurrentUser()

RWOP queries are explained in the Microsoft Security FAQ. See the
website in my signature for a link.

Right now we have a form that one person starts to work on then another
person finishes it off. Is it possible to setup the security so that the
second person can only edit a few certain fields on the form? I know that I
could probably just lock the fields that they are not allowed to enter using
VB but I was wondering if its possible to do this using the built in
security manager. Thanks.


=======================================================
Jack MacDonald
remove UPPERCASE LETTERS from email address
Vancouver, B.C. Canada
Info about MSAccess user-level security
www.geocities.com/jacksonmacd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top