Sub Report Headers

K

Keith

I have a subreport in my main report and it will be a list of equipment. I
require headers in this sub-report.

I have done them as a page header in the report but these don't show up on
the report.

How can i get around this?
 
D

Duane Hookom

Create a new top sorting and grouping level and set its Field/Expression to:
=1
Display this groups header.
Display the =1 group header properties and set the Repeat Section property
to Yes. This section will be your new "page" header.
 
Top