ASSIGN DIFFERENT COLUMN LEVEL PERMISSIONS IN THE SAME TABLE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to have different permissions (read/write/modify...etc) assigned
to different columns in the same table for different users. Is there any way
to do this using Microsoft Access? Thanks for your help.
 
Yes and no. The first thing that comes to mind would be to build queries
that access the desired columns and place permissions on the queries using
User Level Security. The best option though, would probably be to control
access to the data using a form. You could determine who the user is and
program the form to lock/unlock or hide/unhide controls as desired.
 
F. SARKIS said:
I am trying to have different permissions (read/write/modify...etc) assigned
to different columns in the same table for different users. Is there any way
to do this using Microsoft Access? Thanks for your help.
 

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