I have a table that lists name, address, city, zip. In this table are duplicate addresses with different names (they are family members).
Present table
Name
Address
City
Zip
I want to append this table to another that has fields for each resident at an address.
Append table
Name
Address
City
Zip
Household Member1
Household Member2
.
.
Household Member7
Is the a query or code that will a) keep the first name associated with an address in the Append Table - Name field and b) put any any additional associated names into the Household Member fields?
Thanks in advance for any help or guidance.
Present table
Name
Address
City
Zip
I want to append this table to another that has fields for each resident at an address.
Append table
Name
Address
City
Zip
Household Member1
Household Member2
.
.
Household Member7
Is the a query or code that will a) keep the first name associated with an address in the Append Table - Name field and b) put any any additional associated names into the Household Member fields?
Thanks in advance for any help or guidance.