Field access restriction

  • Thread starter Thread starter smr
  • Start date Start date
S

smr

Is there a way to lock all but a few fields on a form for one user and not
lock them for everyone else?
 
Yes, usually you would have users log in when they start the application.
Save the name and status of the user in your app somewhere either on a
hidden form or in a table. (Assuming each user has their own copy of the
frontend on their workstation).
Then code on the data entry form checks the status of the user when it is
loading.
If the status of the user is the status that allows full access, show the
controls or unlock the controls, otherwise hide or lock the controls.

Jeanette Cunningham
 

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