All,
I want to reference a button on the parent form of a subform. The parent however could be two different form names.
frmlog
frmcorrective
How do I check which form is loaded in order to create the reference to the correct parent? The parent will always be loaded at the time the subform is being used.
I think the correct syntax for referencing a parent is along the lines of:
Forms!frmlog!tg lchange.enabled = true
Thanks for any help,
Chris
I want to reference a button on the parent form of a subform. The parent however could be two different form names.
frmlog
frmcorrective
How do I check which form is loaded in order to create the reference to the correct parent? The parent will always be loaded at the time the subform is being used.
I think the correct syntax for referencing a parent is along the lines of:
Forms!frmlog!tg lchange.enabled = true
Thanks for any help,
Chris
Comment