Comparing records

W

Weatherhelm

Hi folks,
I am trying to get a list of unique records that exist in
one of 2 databases. The database structure is identical
in both databases and there is a common key field. I am
sure this is very basic but I can't figure out how to
program the necessary querry.

Thanks
 
W

Wayne Morgan

You will probably need to link the tables from the second database into the first in order
to run the query.

In the main database window go to the queries tab then click the New button on that tab.
Choose the Unmatched wizard. You can't get to this wizard by clicking the "Create query by
using wizard" option.

The unmatched wizard will walk you through setting up a query that will show you records
that exist in one table but not in the other.
 
W

Westherhelm

Wayne,
Thank you very much for your assistance. It worked very
well. Your prompt help was well appreciated.

Weatherhelm

-----Original Message-----
You will probably need to link the tables from the
second database into the first in order
to run the query.

In the main database window go to the queries tab then
click the New button on that tab.
Choose the Unmatched wizard. You can't get to this
wizard by clicking the "Create query by
using wizard" option.

The unmatched wizard will walk you through setting up a
query that will show you records
 

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