bcooler
Programmer
- Jun 13, 2009
- 132
My last question was not very clear, so I'll try again.
I have a form with 2 subforms. Each subform also has a subform.
For some reason, the subform (and sub-subform sometimes) occasionally will have the Additions, Deletions, and Edits property changed to "No", effectively removing the capability of my users to add information into the data entry form.
This just recently started happening after 1 year of no problems. The only thing I can say is I recently created a new read-only form that pulls in the same subforms described above. The form is set to turn the above options off.
Here's where I am guessing (which probably is what's causing the confusion). I thought the form's properties flow into the subform (or as I was corrected before, a subform is just another control, assuming the form's properties). If so, why aren't the subform's properties reset when using the data entry form?
How do I correct the issue? My hope is the solution is a little more elegant than a "me.formname!subformname!AllowAdditions = True" type VBA solution.
I have a form with 2 subforms. Each subform also has a subform.
For some reason, the subform (and sub-subform sometimes) occasionally will have the Additions, Deletions, and Edits property changed to "No", effectively removing the capability of my users to add information into the data entry form.
This just recently started happening after 1 year of no problems. The only thing I can say is I recently created a new read-only form that pulls in the same subforms described above. The form is set to turn the above options off.
Here's where I am guessing (which probably is what's causing the confusion). I thought the form's properties flow into the subform (or as I was corrected before, a subform is just another control, assuming the form's properties). If so, why aren't the subform's properties reset when using the data entry form?
How do I correct the issue? My hope is the solution is a little more elegant than a "me.formname!subformname!AllowAdditions = True" type VBA solution.