Counting records in a query

R

rv6carl

I need to count records without counting the same value
twice. Is there a way to do this in a query?

Thank you,
 
J

Jeff Boyce

You could set the Unique Values property of the query to "Yes".

Good luck

Jeff Boyce
<Access MVP>
 
Top