B
Bill H.
I have a field on a subform showing a prikey. I want another field on the
form that uses that prikey to lookup a name from a query.
I have this set to the name's data source:
= DLookup("[Name]", "Qry_FamilyMember_Attendance_select", "[RFS_ID_NO] = "
& Forms!Frm_FamilyMember_Attendance_subform!RFS_ID_NO_Combo)
but of course it does not work.
Where did I go wrogn?
form that uses that prikey to lookup a name from a query.
I have this set to the name's data source:
= DLookup("[Name]", "Qry_FamilyMember_Attendance_select", "[RFS_ID_NO] = "
& Forms!Frm_FamilyMember_Attendance_subform!RFS_ID_NO_Combo)
but of course it does not work.
Where did I go wrogn?