Concatenating Reports

Z

z3ller

I want to concatenate multiple reports in Access, but keep the page headers
of the reports. When I use subreports, it keeps the page headers of the main
report but not of the subreports. Any way to keep the page headers of the
subreports?
 
A

Allen Browne

You cannot use the Page Header/Footer sections of a subreport.

However, you can simulate them by creating a Group Header and setting its
Repeat Section property to Yes so that it repeats at the top of each page.
 
Top