How do I count selected data in a report footer

G

Guest

Am attempting to count the number of conditions in a data field with a
certain stated value; in a group summary and then a report summary (i.e.
count the Number of records where the sum of hours is between 0 and 24).
 
G

Guest

I "sum of hours" an aggregate total or a field in the report's record source?
If it is a field, you can use an expression like:

=Sum(Abs([sum of hours]<= 24))
 

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