S
SpankyTClown
How do I set a subform to enable edits from within a tab object on a
form. The code used that is not working is:
Forms!frm_ConfigurationItem!subfrm_DHSDetails!Form.AllowEdits =
True
where:
frm_ConfigurationItem - main form
subfrm_DHSDetails - sub form
The error is that it cannot find the subform.
If I change it to contain the tabobject name:
Forms!frm_ConfigurationItem!tabobject!subfrm_DHSDetails!Form.AllowEdits
= True
The error message is: Object does not support this property or method.
Any suggestions.
Thanks
form. The code used that is not working is:
Forms!frm_ConfigurationItem!subfrm_DHSDetails!Form.AllowEdits =
True
where:
frm_ConfigurationItem - main form
subfrm_DHSDetails - sub form
The error is that it cannot find the subform.
If I change it to contain the tabobject name:
Forms!frm_ConfigurationItem!tabobject!subfrm_DHSDetails!Form.AllowEdits
= True
The error message is: Object does not support this property or method.
Any suggestions.
Thanks