> My apologies for trying to show you a better way.
You make all sorts of amateurish assumptions, such as that the duplicate records in the table were unwanted to begin with, instead of being accumulated for counting purposes.
And you assume that I have control over the DB tables, instead of...
> Deleting records <> manipulating date? please explain
Well this is fundamental:
I posted a question asking for a Jet SQL statement that will remove duplicate records from a database table. Another poster suggested changing the table itself instead, which is clearly a move in the wrong...
> Put an index on the table
Thanks, but that would be manipulating shared tables, which is definately a no-no. I'm looking for a answer that only involves manipulating the data.
What is the most efficient way to remove duplicate records from a table using Jet SQL? I want to delete redundant records, keeping only one copy of each. Currently I SELECT using a GROUP BY and HAVING COUNT(*)>1, and then I interate through in DAO, deleting redundancies. Is there some better...
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.