bcooler
Programmer
- Jun 13, 2009
- 132
I have a form (let's call it Form1) with a subform that has been working well for some time now. However, I made a new read only version of the form (Form2) that (at the form level) has the Additions, Deletions, and Edits properties set to "no". Not everytime, but I now run into cases where I try to enter data into the original form (Form1), but the subform properties above have been set to "no", preventing entry (bad). There are no VBA bugs that do anything to these properties.
My understanding is each form level control only sets the form control, not the permanent setting for any subform. Am I right? Why is my subform getting permanently modified? I really don't want to use VBA to change it everytime the form is opened. This seems like overkill.
Very confused.
My understanding is each form level control only sets the form control, not the permanent setting for any subform. Am I right? Why is my subform getting permanently modified? I really don't want to use VBA to change it everytime the form is opened. This seems like overkill.
Very confused.