P
Peter Stone
Good Evening
I am on a subform of my main form and want to refer to a separate subform of
the main form. Can I use Me:
Me!sfrmHeader.sfrmHeader!cboDestination
or do I have to refer to the main form:
Forms!frmText!sfrmHeader.sfrmHeader!cboDestination
(the subform control has the same name as the subform).
I know I could try it, but I have to change a large number of references and
I want to do it all at once.
Thank you
Peter
I am on a subform of my main form and want to refer to a separate subform of
the main form. Can I use Me:
Me!sfrmHeader.sfrmHeader!cboDestination
or do I have to refer to the main form:
Forms!frmText!sfrmHeader.sfrmHeader!cboDestination
(the subform control has the same name as the subform).
I know I could try it, but I have to change a large number of references and
I want to do it all at once.
Thank you
Peter