Hi, sorry I am late.
An easier way to do this whole process of removing duplicate records is to create a Make Table query on the dataset with the duplicates, and then select the query properties, and set the Unique Value property to Yes. Then run the query.
This removes the dupes and gives you a back up of the data at the same time.
Then either rename the dataset (table) with the dupes, and rename your new table to the old table name, or delete all the data in the old table and transfer in the new data (may have PK issues, but that is a different problem.)
HTH
mmcdonal
|