Martyh
Registered User.
- Local time
- Today, 01:31
- Joined
- May 2, 2000
- Messages
- 196
I've searched and experimented, but to no avail...
On a form (frmWorkOrder) , I want to “call “ a property on a subform (Named sfrmDocument). In order to disable that subform.
Thus far I’ve narrowed the error to:
Me!sfrmDocument.Form.Enabled = False
Me!sfrmDocument.Form.Locked = False
This seems to be the way that http://www.mvps.org/access/forms/frm0031.htm would handle it. Someone's suggestion and it seemed to work before ...
Maybe I’m reading it wrong!! At any rate, I get the error 2465 Application defined or object defined error.
Am I forgetting something ? Help!!
On a form (frmWorkOrder) , I want to “call “ a property on a subform (Named sfrmDocument). In order to disable that subform.
Thus far I’ve narrowed the error to:
Me!sfrmDocument.Form.Enabled = False
Me!sfrmDocument.Form.Locked = False
This seems to be the way that http://www.mvps.org/access/forms/frm0031.htm would handle it. Someone's suggestion and it seemed to work before ...
Maybe I’m reading it wrong!! At any rate, I get the error 2465 Application defined or object defined error.
Am I forgetting something ? Help!!