Combining reports

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

Guest

I have a large report that I want to generate that will include multiple (4
or more) sub-reports and, each time the new report is set to generate, need
it to perform a page break. Example: Main page is report header only. 2nd
page is Report 1, 3rd page would be Report 2, 4th page would be report 3.
Some are formatted with columns, some are not.
 
Chris said:
I have a large report that I want to generate that will include multiple (4
or more) sub-reports and, each time the new report is set to generate, need
it to perform a page break. Example: Main page is report header only. 2nd
page is Report 1, 3rd page would be Report 2, 4th page would be report 3.
Some are formatted with columns, some are not.


One way would be to just use a Page Break control (from the
tool box) between the subreports.
 
Back
Top