Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Counting unique values

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Ive got a query that builds results like this:

Field1 etc...
A
B
A
A
C
A
A

I want to generate a report and have a text field that counts the UNIQUE values in Field1. In this example =Count([Field1]) yields 7 (A,B,A,A,C,A,A)when I want it to yield 3 (A,B,C). Is there an easy way to do this? Something else besides =Count([Field1]) ?

 
Check out my response to the following thread:

thread703-239908

I think this should work for you too.......
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top