I have 2 reports that need to be printed together.
- The first report has a header and footer that will repeat (if necessary) on data overflow.
- The last page, which is a form to be sent back.
I basically need a way to print the last page without the repeated header/footers from the first report, and send in parameters to be used in the form.
Currently I have a rectangle that does a page break placed before my footer. Inside the rectangle I have my second report (subreport). I have the header and footer unchecked for print on last page.
I can get it down to 3 pages (upper-left, upper-right, and lower-right minus the header/footer).