counting mulitple true/false fields in a query

  • Thread starter Thread starter john
  • Start date Start date
J

john

Hi
How does one count multiple t/f fields for a positive
value in a single query?

john
 
Since this is a reports NG, I assume you want to do this in a report and you
have a field with a name like [FldTrueFalse]. You can add a text box to a
group or report footer with a control source of:
=Abs(Sum([FldTrueFalse]))
 

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