Question Form - Subform bridge

Status
Not open for further replies.

solfinker

Well-known member
Joined
Aug 6, 2013
Messages
71
Programming Experience
Beginner
Hello!
I need to drag data from the main form into the subform, and I don't know how to refer to the main form from the subform.

I have tried:
subfield1 = field1
subfield1 = Me.field1
subfield1 = frm1_field1
subfield1 = frm1.field1
subfield1 = Me.frm1_field1
subfield1 = Form_frm1.field1
subfield1 = Form_frm1_field1

Thank you very much for your hints.
 
Status
Not open for further replies.
Back
Top