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.
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.