Hi,Is there a way to delete the duplicate records within a table, or a query without doing that copy the query to a table & do the distinct thing, there must be an easier way, like in the query design view or in SQL command, please Help.
Thank you,
If there isn't something unique to every record in a table, I doubt any SQL statement can remove/delete duplicates. You can add an autonumber key and then delete all duplicates that aren't the min of the autonumber field.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.