Counting totals for weekly reports

R

rb

I've got a report which prints off student absences, I'd like to print off a
total for the number of absences in the week, and a total for the number of
students who are absent, I've done this for the monthly report but when I set
the student code to count in the design view for the weekly report it still
counts each student individually instead of totalling the absences.
 
A

Arvin Meyer [MVP]

Add a footer for the weekly grouping on the report and set the controlsource
to:

= Sum([Absences])

or whatever the Absence field name is.
 

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