Could you please tell me how to count records in a report based on a criteria. I normally set up a text box and type:
=Count([RESULT])
. . .to get the total number of records
I would like something like
= CountIf [RESULT]=”Pass”
Many thanks for your helkp in advance