Simple question about query result

A

Angie M.

Hi,

I have a Main table that has 10,000 records. Fields include Main ID, Name,
Address, etc. I have another table that contains the same Main ID and phone
numbers, this one contains about 3000 records. Some of the people from the
main table don't have phone number records in the 2nd table, which is fine.

I want to combine the two tables so each record has the name, address AND
phone number. When I use both tables and run a query to combine them, only
the records with phone numbers get picked up in the query result. I want all
10,000 records to appear in the result, not just the ones with phone numbers.
The phone field can be blank for those without a phone number.

How can I do this? I've tried everything I know to do...Thanks for any help!
 
R

Rick Brandt

Angie said:
Hi,

I have a Main table that has 10,000 records. Fields include Main ID,
Name, Address, etc. I have another table that contains the same Main
ID and phone numbers, this one contains about 3000 records. Some of
the people from the main table don't have phone number records in the
2nd table, which is fine.

I want to combine the two tables so each record has the name, address
AND phone number. When I use both tables and run a query to combine
them, only the records with phone numbers get picked up in the query
result. I want all 10,000 records to appear in the result, not just
the ones with phone numbers. The phone field can be blank for those
without a phone number.

How can I do this? I've tried everything I know to do...Thanks for
any help!

In your query double-click the line joining the two tables. The resulting
dialog is self-explanatory.
 
A

Angie M.

Yes, thanks John. This was set up as a Main table and phone table because
there were primary, fax, cell phones, etc., we are in the process of
exporting to Outlook contacts so that's why what I was doing sounded weird.
Thanks for your help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top