A
aemAndy
Pretty straightforward question here -
How do I correctly refer to a field on a subform of a subform?
So, I have forms set up to related tables -
"frmMainForm"
- Field1
- Field2
- ParentField3
"sfrmSubForm" (subform inside "frmMainForm")
- ChildField1 (Linked to the main form's "ParentField3")
- subField2
- subParentField3
"sfrmSubSqaredForm" (subform inside "sfrmSubForm', nested inside frmMainForm)
-ChildChildField1 (Linked to the first generation's "subParentField3")
-subsubField2
Let's suppose I'm in another form, my main form and the two nested subforms
are open and I want to refer to a field on the grandchild form (this means
all "Me.xxx" names are out).
How do I refer to "subsubField2"
How do I correctly refer to a field on a subform of a subform?
So, I have forms set up to related tables -
"frmMainForm"
- Field1
- Field2
- ParentField3
"sfrmSubForm" (subform inside "frmMainForm")
- ChildField1 (Linked to the main form's "ParentField3")
- subField2
- subParentField3
"sfrmSubSqaredForm" (subform inside "sfrmSubForm', nested inside frmMainForm)
-ChildChildField1 (Linked to the first generation's "subParentField3")
-subsubField2
Let's suppose I'm in another form, my main form and the two nested subforms
are open and I want to refer to a field on the grandchild form (this means
all "Me.xxx" names are out).
How do I refer to "subsubField2"