I have a report that is running from a form. I'm building the query from code using criteria specified on the form. I have a field that I want to count both the total number of customers and also the number of unique customers.
IE....
John
John
John
Chris
Chris
Chris
Chris
Frank
Frank
I would get 2 numbers that I could put into fields on the report like:
9
3
Because there are 9 total customers, but 3 unique ones.
IE....
John
John
John
Chris
Chris
Chris
Chris
Frank
Frank
I would get 2 numbers that I could put into fields on the report like:
9
3
Because there are 9 total customers, but 3 unique ones.