C
cp2599
I have resolved a many-to-many relationship between family and
individual into a table of its own. Now I don't know how to check
before adding the individuals to a new family that that combination of
individuals don't already exist for another family.
Ind Table
IndID
IndName
Fam Table
FamID
FamName
FamInd Table
FamID
IndID
ApplType (applicant or coapplicant)
individual into a table of its own. Now I don't know how to check
before adding the individuals to a new family that that combination of
individuals don't already exist for another family.
Ind Table
IndID
IndName
Fam Table
FamID
FamName
FamInd Table
FamID
IndID
ApplType (applicant or coapplicant)