I have a report that is a receipt for classes that will run overnight. For each class, after the receipt it should print a requirements page. So the output should be something like:
receipt 1, req 1, req 2, req 3
receipt 2, req 1
receipt 3, req 1, re1 2
etc, with req 1... being any of 50 possible pages. I have all of the logic for selecting req. pages and building the receipt complete. My problem is that I can't seem to come up with a way to make the requirements sheets print after the receipts. Each requirement sheet is a .rpt file. I'm really under the gun on this one, so if anyone can assist I'd really appreciate it.
receipt 1, req 1, req 2, req 3
receipt 2, req 1
receipt 3, req 1, re1 2
etc, with req 1... being any of 50 possible pages. I have all of the logic for selecting req. pages and building the receipt complete. My problem is that I can't seem to come up with a way to make the requirements sheets print after the receipts. Each requirement sheet is a .rpt file. I'm really under the gun on this one, so if anyone can assist I'd really appreciate it.