Reports and Subreports

  • Thread starter Thread starter Culbert
  • Start date Start date
C

Culbert

How does one go about sticking 2 reports together? I have
two seperate reports that I want to have printed in the
same report. They are completely seperate reports so they
are not linked together in any way, but they need to be in
the same .snp file. I tried using the subreport tool, but
this eliminates the page headers on all of my other
reports and I need those headers. Is there any other way
to do this?
 
You "fake" page headers in subreports by creating a new primary sorting and
grouping level in the subreport. Set the Field/Expression to
=1
Set the Show Header to Yes
Then set the Repeat Section property of the =1 Group Header to Yes.
 
Back
Top