Hi,
I have a question about appending or adding simply records.
Everyday, I get a database which is cummulative and I have a combined database with 3-4 tables from different sources but they have duplicates (same id, but different on other fields). I keep a specific structure.
However, my problem and my question is: How can I simply add the records from the database to the other table without adding duplicates?
For example, the database that I have is 500 records and my combined (3-4 tables) is 1600 records. If tomorrow I get the database with 510 records, how can I simply add the 10 new records? I imagine that the append query will add 510 records and eventually I will ended up with 2110 records.
Sorry if I confused anyone in case I didn't describe it correctly.
Any thoughts?
I have a question about appending or adding simply records.
Everyday, I get a database which is cummulative and I have a combined database with 3-4 tables from different sources but they have duplicates (same id, but different on other fields). I keep a specific structure.
However, my problem and my question is: How can I simply add the records from the database to the other table without adding duplicates?
For example, the database that I have is 500 records and my combined (3-4 tables) is 1600 records. If tomorrow I get the database with 510 records, how can I simply add the 10 new records? I imagine that the append query will add 510 records and eventually I will ended up with 2110 records.
Sorry if I confused anyone in case I didn't describe it correctly.
Any thoughts?