F
fishqqq
Can someone suggest how i would format an unbound text box that is
basically counting the number of times a checkbox is actually checked?
i'm using the following in the control property of the text box but
it counts ALL the check boxes (checked and unchecked) - the text box
is in the form's footer.
=Count([non haz]=True)
I know the check box is recording yes/no -1/0 but i would like to
count all the yeses and sum them up at the bottom.
thank you
basically counting the number of times a checkbox is actually checked?
i'm using the following in the control property of the text box but
it counts ALL the check boxes (checked and unchecked) - the text box
is in the form's footer.
=Count([non haz]=True)
I know the check box is recording yes/no -1/0 but i would like to
count all the yeses and sum them up at the bottom.
thank you