cavscout
Registered User.
- Local time
- Today, 00:31
- Joined
- Mar 13, 2003
- Messages
- 74
I have a subform in an form that on open checks some criteria and if true changes the AllowEdit property to False. If the user wants to modify the data on the form or subform they click a button and I want to change the AllowEdit property back to True for both the form and subform.
The button is on the form and when it is clicked the parent form works but the subform is still protected. When I try to change the property on the subform it tells me this is not supported for this object. Is there a way to change the property on the subform from the parent form?
Thanks in advance.
The button is on the form and when it is clicked the parent form works but the subform is still protected. When I try to change the property on the subform it tells me this is not supported for this object. Is there a way to change the property on the subform from the parent form?
Thanks in advance.