Protect single fields in database

T

Todd

Is it possible to protect sigle fields within a database
and if so, how. I would like to password protect or give
only certain users the ability to input/delete information
in these fields. Thanks for the help!
 
L

Lynn Trapp

You'll need to implement User Level security to make that happen. If you do
that you can create RWOP (Read With Owner Permissions) queries and only
allow specific user groups to do inserts and deletes.
 
L

Lynn Trapp

You need to get a copy of the Security FAQ. There is a link to it on the
Security page of my website. It has a full explanation.
 
Top