Many times clients want to print multiple forms together at the same time. This can easily be done creating one master Crystal Report and adding each report as a Subreport as shown below.
In the following example, we want to create a Sales Order form that prints two different Sales Order Crystal Reports at the same time:
1) Create a new Crystal Report with just the SO_SalesOrderWrk table.
2) Group the SalesOrderNo field and add an additional Group Footer for each Crystal Report you are going to add.
3) Suppress or hide all sections except for the two Group Footer Fields as shown below.
4) Add each Subreport to the Crystal Report. NOTE: When you add the each Crystal Report, make sure you link each Subreport back to the master report by the SalesOrderNo.
5) Make sure you format each section and make sure the "New Page After" is checked on each Group Footer section.
Comments