Subreport page header

K

Ka'Davis

I created a subreport within a report. I need a page header within the
subreport since the data does not fit on one page. Although I set up the
page header, it does not print on the report.
 
A

Allen Browne

Use a repeating group header to simulate a page header in a subreport.

Open the subreport in design view. In the Sorting And Grouping box, above
any existing entries, enter an expression that won't change, e.g.:
=0
In the lower pane of the dialog, set Group Header to Yes.

Set the Repeat Section property of this section to Yes. This section header
will now be repeated at the top of each page.
 
Top