Hello
In a subform, is there a way to refer to the parent form without referring to it by name?
Ex:
subform name: subform1
Main form name: Main form 1
From subform1 is there a way to refer to the main form without explicitly referring to "Main form 1".
I see there is a "parent", but I can't seem to figure out how to use it.
If the subform1 is active, I should be able to refer to the main form as Me.parent.cbo_button, but that does not seem to work.
Thank you
Terry