J
Jeff G
I would like to create a control that displays a count of
the number of yes/no check boxes checked with a yes (-1)
on a form. Also would like to have it update as a box is
checked. Also should only count the number of "-1" boxes
actually being displayed as th record set will be filtered
in the form. Now I have the control with the control
source property as:
=Count([Inspectionplan]= -1) where Inspectionplan" is the
name of the y/n feild for the checkbox. the control
displays the total number of filtered records diplayed
rather than the # checked.
Any suggestions?
Thanks Jeff G
the number of yes/no check boxes checked with a yes (-1)
on a form. Also would like to have it update as a box is
checked. Also should only count the number of "-1" boxes
actually being displayed as th record set will be filtered
in the form. Now I have the control with the control
source property as:
=Count([Inspectionplan]= -1) where Inspectionplan" is the
name of the y/n feild for the checkbox. the control
displays the total number of filtered records diplayed
rather than the # checked.
Any suggestions?
Thanks Jeff G