I am creating a Report and need to count the values for the FinalScoreID. I added the FinalScoreID field from the field list for the report. Value 1 = Yes and Value 2 = No. I need a count for each yes and each no. I thought this is what I needed in the Control Source for the field on the report for the query, but it is not working. Any help you can give is greatly appreciated.
=Count([FinalScoreID])=1
=Count([FinalScoreID])=2