Summary of Group Headings

  • Thread starter Thread starter xpnovice
  • Start date Start date
X

xpnovice

Hi,

I have a report which groups by Course Title and lists the Students Details
for each course. In the group header I also have a count to display the
number of students on each course. I would like to summarise the group
header details (Course Title and Number on Course) in the report header. I
have tried this using a text box linked back to the text boxes in the group
header but of course I only get the summary of the first course.

Is there a way I can achieve this summary of group headers in a report
header.

Thanks

John
 
You can create a totals query that calculates all the totals similar to the
headers. Then use this totals query as the recordsource for a subreport to
place in you main report header.
 
Back
Top