Find both matched and unmatched entries

G

GLT

Hi,

I have two tables that I wish to find:

1) find matched data - copy that into a separate table
2) find unmatched data - copy that data into a separate table

Can I achieve the above results with one query?

I have three fields in each table that I would like to compare against:

Client
Data
Status

Any assistance with this would be greatly appreciated...

Cheers,
GLT
 
W

Wayne-I-M

Hi

Yes you can use an append query to do this quite simple BUT you would end up
with the same data in 2 tables which be a mistake.

Maybe you could post some more details of what you are trying to do (the end
result) and maybe someone could suggest another method. It "may" be that you
really should have the tables split into 2 new tables and then delete the
original or someone could offer another method.
 

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

Similar Threads

identify the rows with a matched or unmatched field in multiple tables 2
unmatched data 2
unmatched query 1
Matched Query 2
Unmatched Query 1
Unmatched fields 7
iif statement 5
Help! Unmatched Data Query 1

Top