S
springschick
I need to total check boxes. That I know how to do. My problem lies here.
What I need to summarize are the boxes that are not checked. I have used
=IIf([Load Safe]=0,1,0), where Load Safe is my checkbox. This changes the
values in my check box so I can count the checkboxes that were not checked.
My problem is counting them. The text box I used for my formula is called
Load Safe Checkbox. If I use =ABS(sum([Load Safe Checkbox])), when I run my
report, it asks for a parameter to be entered into Load Safe Checkbox. It is
not counting the number "1" . I need some assistance in tallying these
inverted checkboxes. Thank you.
What I need to summarize are the boxes that are not checked. I have used
=IIf([Load Safe]=0,1,0), where Load Safe is my checkbox. This changes the
values in my check box so I can count the checkboxes that were not checked.
My problem is counting them. The text box I used for my formula is called
Load Safe Checkbox. If I use =ABS(sum([Load Safe Checkbox])), when I run my
report, it asks for a parameter to be entered into Load Safe Checkbox. It is
not counting the number "1" . I need some assistance in tallying these
inverted checkboxes. Thank you.