Count Check Box

  • Thread starter Thread starter Rui Soares via AccessMonster.com
  • Start date Start date
R

Rui Soares via AccessMonster.com

I have one form with several check box, that I need to count.

A little help..... please

Thanks
 
A checkbox has a value of 0 (unchecked/False) or -1 (checked/True)
Given 3 Checkboxes...
An unbound text control with...
=Abs([Check1]+[Check2]+[Check3])
will indicate how many boxes are checked.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Count Check Box on Froms 3
formating an unbound text box 1
counting 'yes' on a filtered form 3
Excel Count Formula in Excel 0
Coding problem 2
Access Dcount (multiple criteria) 3
Combo Box help 0
Displaying value of a variable on a form 2

Back
Top