M
Malcolm WTII
Hi,
I need to merge two tables together. Let's call them Names and
Addresses. Names has one record per contact and about 10,000 records total.
Addresses has up to 4 addresses per contact and about 400 records total.
Names Table fields: (PK)id, firstname, lastname, etc.
Addresses Table structure: (PK)primarykey, id, street1, street2, street3,
city, state, zip, country, reference
I can do a simple Make Table query to combine them, but this results in
multiple rows for each of the records from the Names table. I would like to
only have one record per contact. (in effect, only 10,000 records).
I realize this is somewhat backwards from "good practice", the goal is to
make conversion into another system easier.
Thanks in Advance!
M
I need to merge two tables together. Let's call them Names and
Addresses. Names has one record per contact and about 10,000 records total.
Addresses has up to 4 addresses per contact and about 400 records total.
Names Table fields: (PK)id, firstname, lastname, etc.
Addresses Table structure: (PK)primarykey, id, street1, street2, street3,
city, state, zip, country, reference
I can do a simple Make Table query to combine them, but this results in
multiple rows for each of the records from the Names table. I would like to
only have one record per contact. (in effect, only 10,000 records).
I realize this is somewhat backwards from "good practice", the goal is to
make conversion into another system easier.
Thanks in Advance!
M