Subreport Page Headers

  • Thread starter Thread starter Hafeez
  • Start date Start date
H

Hafeez

My main report has a sub report in its details section.
My subreport contains 4 labels in its page header section
and 4 fields in its details section.
When I run the subreport by itself, everything's good
however when I run the main report (which contains the
subreport in question), the labels in the page header
section of the sub report are not showing up but the d4
fields in the details section are showing up just fine.

Any help would be greatly appreciated.
TIA
Hafeez Esmail
 
Hafeez:

Page Headers / Footers do not display when subreports are run from a main
report as you've found. Report headers and group headers do display, so
move the fields from the page header into a report header, or create a
grouping that would print on each record and set up a group header and move
your page header controls into that group.
 
Back
Top