C
cp2599
I have two tables Individual and Family with two one to many
relationships between the two (individual can belong to many family).
How do I write a query so that my subform shows all Family records
where the individual is listed as either the applicant or coapplicant.
IndID
IndName
FamilyID
ApplID (foreign key to IndID)
CoApplID (foreign key to IndID)
FamName
Thank you.
relationships between the two (individual can belong to many family).
How do I write a query so that my subform shows all Family records
where the individual is listed as either the applicant or coapplicant.
IndID
IndName
FamilyID
ApplID (foreign key to IndID)
CoApplID (foreign key to IndID)
FamName
Thank you.