I'm trying to write a report that counts the number of times a certain field is set to True (or Yes), but all I can get is simply the count of how many records fall in that particular group. Here is the syntax for the field's Control Source that doesn't do what I want:
What's the right way to say this? (I have several fields for which I want similar counts at the summary level.)
Code:
=Count([Family]=True)
Comment