Page breaks and subreports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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).
 
Marshall

My subreports can resize in length and they overrun the page break on the
unbound "master" report.
 
The page break controls must be **between** the subreport
controls, not beside them.
 
Back
Top