M
Marianne
Hello!
Please somebody explain this to me. Clearly I don't understand some concepts
about how to refer to controls between forms.
I have a form with multiple sub forms.
Main Form
SubForm1
SubForm2
Ho do I correctly refer to a control from Subform2 that is on SubForm1
I am trying to use Before Insert Event to copy the the value from a field on
SubForm1 to a field on SubForm2 each time a new record is added in SubForm2.
This doesn't work:
Me.DetClientID = [Forms]![sfrm_Invoice.Form]![ClientID]
It seems like sometimes it works and sometimes it doesn't.
Please help! Thanks!!!!!
Marianne
Please somebody explain this to me. Clearly I don't understand some concepts
about how to refer to controls between forms.
I have a form with multiple sub forms.
Main Form
SubForm1
SubForm2
Ho do I correctly refer to a control from Subform2 that is on SubForm1
I am trying to use Before Insert Event to copy the the value from a field on
SubForm1 to a field on SubForm2 each time a new record is added in SubForm2.
This doesn't work:
Me.DetClientID = [Forms]![sfrm_Invoice.Form]![ClientID]
It seems like sometimes it works and sometimes it doesn't.
Please help! Thanks!!!!!
Marianne