Count Unique Function

Cleung

New member
Local time
Today, 11:58
Joined
Jun 21, 2002
Messages
6
Is there any functions that I can use in a report to count the unique value in a field. e.g. there are so many records of the same day, I just want to count it once.

Thanks!
 
The report has already used a query to bring out the details, that means every records even it is the same day. In the page footer I need to count the number of unique date. I think it's impossible to have two separate queries in the same report. The other way I can think of is to use subreport. It would be simplier if a function can do the job.
 
Create a query that counts certain Values and use DLookup in the report, see my example Here

IMO
 

Users who are viewing this thread

Back
Top Bottom