Jason_Rhodes
New member
- Local time
- Today, 18:24
- Joined
- Sep 21, 2007
- Messages
- 1
I looked and could not find this answered elsewhere. Apologies if it is -- you can point me to the thread if so.
I run a medium sized MS Access 2003 database at a hospital and I have one main form to enter patient information. The different tables of data we collect correspond to a different subform on the main form.
For some reason, out of nowhere, each time we open the form the fields are locked. But they are not literally set to "Locked", but rather when you go to the subform's form properties, "Allow additions", "Allow deletions" and "Allow edits" are all set to "No". I can change them back to yes, but the next time anyone opens the form (the database is stored on a shared network drive), these three settings are set back to "No" for about 5 or 6 of the subforms (not all!).
For now I have created a button with some VB code that sets those back to "Yes" but it's annoying to have to click an "Unlock Form" button everytime you want to enter data. What could be causing the subform form settings to change on their own like that?
Thanks for your help.
Jason
I run a medium sized MS Access 2003 database at a hospital and I have one main form to enter patient information. The different tables of data we collect correspond to a different subform on the main form.
For some reason, out of nowhere, each time we open the form the fields are locked. But they are not literally set to "Locked", but rather when you go to the subform's form properties, "Allow additions", "Allow deletions" and "Allow edits" are all set to "No". I can change them back to yes, but the next time anyone opens the form (the database is stored on a shared network drive), these three settings are set back to "No" for about 5 or 6 of the subforms (not all!).
For now I have created a button with some VB code that sets those back to "Yes" but it's annoying to have to click an "Unlock Form" button everytime you want to enter data. What could be causing the subform form settings to change on their own like that?
Thanks for your help.
Jason