GoodLife22
Registered User.
- Local time
- Today, 10:01
- Joined
- Mar 4, 2010
- Messages
- 86
I have a main form with a combo box drop down with a list of my clients. You select the client then the subform will show the information for that client.
I want to set the subform to open in READ-ONLY mode so my users cannot change any data for most of the fields. However there are a handful of people who need to be able to make changes to the data so I want to add a button that will grant them admin access if you would. If they click that it prompts them for a password, if correct all read-only goes away. Then they can click the same button again and the locked down fields are once again set to read-only. So a simple lock/unlock feature.
Can this be done? If so what is the best way to attack this?
Thank you all.
I want to set the subform to open in READ-ONLY mode so my users cannot change any data for most of the fields. However there are a handful of people who need to be able to make changes to the data so I want to add a button that will grant them admin access if you would. If they click that it prompts them for a password, if correct all read-only goes away. Then they can click the same button again and the locked down fields are once again set to read-only. So a simple lock/unlock feature.
Can this be done? If so what is the best way to attack this?
Thank you all.