counts and totals in reports

M

MEYSS

My Access 2003 database stores volunteer info and their volunteer activity.
I have a report grouped by branch, program, and volunteerID. (The detail
section lists the hours worked.) The reports needs to read:

Administration branch had 23 volunteers work 47 hours.
Of these 10 volunteers worked 20 hours for public administration program
And 13 worked 27 hours for development program.

IT branch had...and so on

I have a text box [expression = 1, running sum over group] in the volunteer
group header, but I can't get the running sum to print in the branch or
program header or footer.

Incidentally, I can get the overall count of volunteers to print in the page
footer.
 
Top