Page breaks and subreports

H

Hal

Hello

I have 4 reports that I need to combine into one report for viewing and
printing.

I want each report to start on the top of the page.

Please advise
 
M

Marshall Barton

Hal said:
I have 4 reports that I need to combine into one report for viewing and
printing.

I want each report to start on the top of the page.


Create a new unbound report. Then insert each of your
existing reports as subreports. Place a Page Break control
between the subreports.

If your existing reports use multiple columns, they must use
Across then Down snaking.

Another potential issue is that subreports do not process
the Page Header/Footer section (or the Page event).
 
H

Hal

Marshall

My subreports can resize in length and they overrun the page break on the
unbound "master" report.
 
M

Marshall Barton

The page break controls must be **between** the subreport
controls, not beside them.
 
Top