Sum on a report for check boxes

G

Guest

I created a database for tracking employee performance based on work orders
pass or fail. Pass and fail are check boxes on the table and I need to sum.
After each employee man number on my report I want to total the # of
inspections, # of pass, # of fail and fail rate. How can I accomplish this
particularly with the check boxes?
 
D

Duane Hookom

To count the number of checked boxes, use an expression like:
=Sum( Abs( YesNoField ) )
You can use this in a group or report header or footer.
 

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

Top