Yes/No Field. Need a total count the Total Yes's on a report

P

Pat Fain

I have a report - where I have a yes/no field. I can total the number of
records
no sweat - but I need to total the number of records that are "Y".
 
F

fredg

I have a report - where I have a yes/no field. I can total the number of
records
no sweat - but I need to total the number of records that are "Y".

In the report, add an unbound text control.
Set it's control source to:
=Abs(Sum([CheckBoxField]))
 

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