Delete Dups in query

D

Dan @BCBS

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
 
C

Chris

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