Robert,
You actually want the Sum of these fields, not the Count. If you look at my previous post, you will see that Count(ID) would give you the total number of records, whereas SUM(IIF([Fieldname]=-1,1,0)) would give just the sum of values in the field - in this case every Yes is assigned a...