How to show page headers in subreport

  • Thread starter Thread starter Leslie Isaacs
  • Start date Start date
L

Leslie Isaacs

Hello again!

Another problem I'm having with a report/subreport (in addition to the
column number problem - see previous post) is that the page headers on the
subreport don't show. I need then to show in the sub report part of the main
report, but not on the main report iteslf: can this be done?

Hope someone can help.
Many thanks
Leslie Isaacs
 
1. Open the subreport in design view.

2. Open the Sorting and Grouping box.

3. In the Field column of the dialog, enter an expression that won't change,
e.g.:
=0
and set Group Header to Yes.

4. Right-click the new group header (grey bar on the report), and choose
Properties. Set Repeat Section to Yes.

This gives you a section header that appears at the top of the subreport,
and repeats on each new page. It therefore behaves as if it were a page
header for the subreport.
 
Back
Top