I have two databases:
Transactions and Customer List
I want to populate the customer list database with the customer information that is in the transactions database. I do not wish to transfer ALL of the information from the transactions database because the Customer List database has a different structure.
How can I transfer these records? How can I skip over records that are already entered into the customer list database (there are more than one transaction per customer). The primary difference between customers is their ID number.
Any Ideas? Thanks!