G
Guest
I want to take records from 1 table and compare them with another table to
see if duplicates are present. I want to be able to delete them manually one
by one and then append what is left with the 2nd table. I have created
several queries and views but none have allowed me to actually delete
anything. Is there something Im forgetting to do?
Example: Table 1 is my new imported table with 50 records. Table 2 is my
"master" table w/ 100K records. I want to append Table 1 to Table 2, but do
not want to bring in any duplicates, so I want to VIEW any possible
duplicates and be able to delete them BEFORE I do the append query to Table 2.
see if duplicates are present. I want to be able to delete them manually one
by one and then append what is left with the 2nd table. I have created
several queries and views but none have allowed me to actually delete
anything. Is there something Im forgetting to do?
Example: Table 1 is my new imported table with 50 records. Table 2 is my
"master" table w/ 100K records. I want to append Table 1 to Table 2, but do
not want to bring in any duplicates, so I want to VIEW any possible
duplicates and be able to delete them BEFORE I do the append query to Table 2.