D
dbqph
Hello,
I'm trying to build a query that will get me the Heads of Households and
here is what I have to work with:
tblHouseholds:
HouseholdID (PrimaryKey)
PrimaryMemberID (can be related to tblMembers.MemberID)
tblMembers:
MemberID (PrimaryKey)
HouseholdID
Child (Boolean)
I could populate my tblHouseholds with a SecondaryMemberID if needed but
would prefer to have a query that displays:
HouseholdID, PrimaryFirst, PrimaryLast, SecondaryFirst, SecondaryLast
(keeping in mind that some households only have 1 adult head of household)
Suggestions?
Thanks,
dbqph
I'm trying to build a query that will get me the Heads of Households and
here is what I have to work with:
tblHouseholds:
HouseholdID (PrimaryKey)
PrimaryMemberID (can be related to tblMembers.MemberID)
tblMembers:
MemberID (PrimaryKey)
HouseholdID
Child (Boolean)
I could populate my tblHouseholds with a SecondaryMemberID if needed but
would prefer to have a query that displays:
HouseholdID, PrimaryFirst, PrimaryLast, SecondaryFirst, SecondaryLast
(keeping in mind that some households only have 1 adult head of household)
Suggestions?
Thanks,
dbqph