Hi all,
First post here, but I'm fairly new to Microsoft Access. I have a database with a table for persons with FirstName and LastName with each person being a different record; a table for households that links to each person; and a table for addresses.
I would like to make a query to create mailing lables by combining LastName if they are the same and in the same household (the Household is linked to the addresses) but not combine LastName if they are different but still in the same Household. Here's an example of what I would like to do:
FirstName LastName Household
John Doe 1
Jane Doe 1
Tom Smith 2
Ashley Bennett 2
For household 1:
John and Jane Doe
1234 5th Ave
For household 2:
Tom Smith and Ashley Bennett
5678 9th Ave