S
SLEJ
I'm creating a report where I want to count 2 things: Number of Unique
Clients and Total Number Of Enrollments. A client can have multiple
enrollments.
I can do the counting of total number of enrollments but I can't seem to get
the text box for counting the number of unique clients to calculate
correctly.
For example: the database contains 10 clients with 1 client having 2
enrollments and all others just 1 enrollment. The Number of Unique Clients
should be 10 and the Total Number of Enrollments should be 11. The text box
control for the Unique Clients is called [participantID].
How do I get ParticipantID to count only 10 records and not 11? Thank you.
Clients and Total Number Of Enrollments. A client can have multiple
enrollments.
I can do the counting of total number of enrollments but I can't seem to get
the text box for counting the number of unique clients to calculate
correctly.
For example: the database contains 10 clients with 1 client having 2
enrollments and all others just 1 enrollment. The Number of Unique Clients
should be 10 and the Total Number of Enrollments should be 11. The text box
control for the Unique Clients is called [participantID].
How do I get ParticipantID to count only 10 records and not 11? Thank you.