Protect single fields in database

  • Thread starter Thread starter Todd
  • Start date Start date
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!
 
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.
 
Can you be a little more specific. This is new to me.
How can I create RWOP queries?
 
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.
 

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

Back
Top