J
JE
I have a report (run off a query) that lists:
Name Dept Code 1 Code2 Code 3
The Code fields are text (Code1 = AAA, Code 2 = BBB, Code 3 = CCC).
Each person may have results in any, some or all of the code fields. I want
to add a total count at the bottom of the report.
I added a text box in the footer. Originally I used ControlSource code of
=Count(*) but that resulted in counting every line regardless if there was
text. I then tried: =Count(*) And [QryName.Label]="Field Name" but that
resulted in an Error.
Can this be accomplished?
Many thanks!
Name Dept Code 1 Code2 Code 3
The Code fields are text (Code1 = AAA, Code 2 = BBB, Code 3 = CCC).
Each person may have results in any, some or all of the code fields. I want
to add a total count at the bottom of the report.
I added a text box in the footer. Originally I used ControlSource code of
=Count(*) but that resulted in counting every line regardless if there was
text. I then tried: =Count(*) And [QryName.Label]="Field Name" but that
resulted in an Error.
Can this be accomplished?
Many thanks!