I've looked and can't seem to find the answer. I have two db. Each has a table named TblCustomers. I want to get rid of one of the tables and let the databases share one table. So once I enter a customer, they will be automatically on the other database without having to retype all their info in again. Here's where I'm lost. Both tables are identical in design. They both have a customer number that is auto generated, and both have a social security field that, for obvious reasons, is a unique identifier in the table. I need some type of query or something that will take all the customers out of one table and put them in the other. There are several customers who are in both tables, so it needs to skip those.