Counting Check Boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working on a query, in which previously on a form, the user checks a box
to indicate if Air transportation was provided or not. Now in this query I
need to have a tally of the number of checked boxes from this category, what
expression would I use in the Expression builder?
 
I am working on a query, in which previously on a form, the user checks a box
to indicate if Air transportation was provided or not. Now in this query I
need to have a tally of the number of checked boxes from this category, what
expression would I use in the Expression builder?

Create a new column.
CountOfYes:Abs(Sum([CheckBoxField]))
 
Hello.can you tell me where you are in and what subject job you do work at
 

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

Back
Top