hmmm..
I tried Iff([103]="Yes", Count([103]),0)
but that just gives me a zero, even when it would count it correctly before.
Essentally, if the query returns any records with "Yes" I want to count how many times. So if 2 facilities have a 103 law violation, then I want it to count 2, but if...