RJF said:
Is there any way to force a page header on a sub-report to display
in the main report?
You can simulate it with a repeating group header.
1. Open the subreport in design view.
2. Open the Sorting And Grouping box (View menu.)
3. As the top row, insert an expression that won't change, e.g.:
=0
4. Below this, set Group Header to Yes.
Access adds a new group header to the report.
5. Select the new group header, and set its Repeat Section property to Yes.
The new section now repeats at the top of each page.