lakshmi
03-01-2001, 01:52 PM
I have this report which includes names, sex, race, ArrestDate, and a check box for release. Each inmate's name must display for as many times as necessary, however, there should only be one Release check box per name. If the inmate is released, we check the box. I want to count the number of boxes that are not checked. How can I do this? I know how to count all records (over all, and over group), but I have never had to count checkboxes that have not been checked. Can anyone suggest anything? Thank you.