Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query help needed

Status
Not open for further replies.

Straw

Technical User
Mar 7, 2002
10
0
0
US
I have table A and table B which have a field in common called Clients.

I want to find all the Clients in table A that do not exist in table B and add them to table B. What is the easiest way to do this. I am sure it is a simple query?

Thanks!
 
Use the "Find unmatched" query wizard. It provides step by step instructions for setting up this type of query. When you're done, you can either turn this query into an append query or create a 2nd query based on the 1st query to append the records. Maq B-)
<insert witty signature here>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top