M
Microsoft
Greetings,
I need to delete over 16,000 duplicate records in 3 tables. I used the
following SQL for the four fields that make up the dupes I am after:
Select Distinct FN, LN, ADD1, CTY From tblDonor01
When I preview the query, it appears to have removed the dupes. I go from
47,000 records to about 38,000 records. But, the tables each have 17
fields. The above only works for the 4 dupe fields. I need to add 13 other
fields that are not used for calculating dupes. I assume I should run a
make table query and create a new table without the dupes?
Best regards,
Scott B
I need to delete over 16,000 duplicate records in 3 tables. I used the
following SQL for the four fields that make up the dupes I am after:
Select Distinct FN, LN, ADD1, CTY From tblDonor01
When I preview the query, it appears to have removed the dupes. I go from
47,000 records to about 38,000 records. But, the tables each have 17
fields. The above only works for the 4 dupe fields. I need to add 13 other
fields that are not used for calculating dupes. I assume I should run a
make table query and create a new table without the dupes?
Best regards,
Scott B