Merging 2 tables
- From: "Malcolm WTII" <malc@xxxxxxxxxxxx>
- Date: Wed, 25 May 2005 11:54:26 -0600
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 (10,400 records).
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
.
- Follow-Ups:
- Re: Merging 2 tables
- From: JohnFol
- Re: Merging 2 tables
- From: Rick B
- Re: Merging 2 tables
- Prev by Date: Re: Multiple conditions in DLookUp
- Next by Date: Re: Selecting data from lookup field for query
- Previous by thread: How do I select distinct for 2/5 columns queries in Access
- Next by thread: Re: Merging 2 tables
- Index(es):
Relevant Pages
|