I have created a report that uses check boxes. I need to know how to add or
count the check boxes that are "true." I am using the count function, but it
counts all of the boxes, not just the "true" ones.
Duane Hookom - 12 Oct 2004 15:08 GMT
=Abs(Sum([FieldName]))

Signature
Duane Hookom
MS Access MVP
--
> I have created a report that uses check boxes. I need to know how to add or
> count the check boxes that are "true." I am using the count function, but it
> counts all of the boxes, not just the "true" ones.