Access Security at the Back-End

R

robboll

Using the WorkGroup Administrator ther are Admin groups, Full
Permissions, New Data permissions, update permissions, etc. Is there
a way -- from the back end -- to change the permissions on just one or
two columns?

Say you have a group who you want to have edit permissions to a table
-- but after a period you want to lock certain columns of that table.
Can this be done using MS Access 2003?

Appreicate any suggestions.

RBolling
 
S

Scott McDaniel

Using the WorkGroup Administrator ther are Admin groups, Full
Permissions, New Data permissions, update permissions, etc. Is there
a way -- from the back end -- to change the permissions on just one or
two columns?

Say you have a group who you want to have edit permissions to a table
-- but after a period you want to lock certain columns of that table.
Can this be done using MS Access 2003?

Appreicate any suggestions.

Access does not allow column-level locking, and users really shouldn't have direct access to your tables. Give them
access through a form, and control what columns are updated using the form's events (i.e. BeforeUPdate, BeforeInsert,
etc).

Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
 

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