G
Guest
I need to reference controls and properties on a subform that is two levels
down from the main form. VBA is on main form is:
Me.SubFormControl.Form.SubFormControl.Form.[control or property]
I get an "Application-defined or object-defined error" message.
Any suggestions?
down from the main form. VBA is on main form is:
Me.SubFormControl.Form.SubFormControl.Form.[control or property]
I get an "Application-defined or object-defined error" message.
Any suggestions?