Showing only unique values

chrisbrooke

New member
Local time
Today, 13:00
Joined
Sep 4, 2003
Messages
9
Hi, is there a way of showing only unique values, i.e. say the data was 111,2,2,3,444 for a particular field say name, of which is dave. What I want is a query with results that show for name=dave the results should be 1,2,3,4 and not the whole lot - just the different numbers.
 
Set the Unique Values property of the query to "yes"

GumbyD
 

Users who are viewing this thread

Back
Top Bottom