Delete Dups in query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

All I want to do is delete duplicate entires in a Query.
I've read and tried SQL Distinct code, Update Queries, etc.
But what is the simplest and queskest way to simply remove duplicate entries
in a query??

Thanks
 
From design view of the query, click properties. There is unique values and
unique records. I think you want unique values.
 
Back
Top