I used the wizard to make a query for duplicates but there is quite a great deal of them, and I would like to delete all but one entry so that the following table:
itema
itemb
itemc
itemc
itemd
itemb
iteme
would be reduced to:
itema
itemb
itemc
itemd
iteme
Is there any way I can modify my current query to delete and keep at least one version of the duplicates.
Thanks
itema
itemb
itemc
itemc
itemd
itemb
iteme
would be reduced to:
itema
itemb
itemc
itemd
iteme
Is there any way I can modify my current query to delete and keep at least one version of the duplicates.
Thanks