BostonScott
New member
- Local time
- Today, 13:50
- Joined
- May 14, 2019
- Messages
- 7
As a first time poster, I'd like to say hello to everyone!
I have a simple report that has a one to many relationship in the data being printed. The top part of the report contains the "one information and the bottom contains the "many records like most reports.
Sometimes there are enough records to cause the report to push the report length to two pages. Other times only one page is needed. If there are 6 records, then only one page is needed and more than six causes the next record to go to the next page.
Since I need to print this double sided, I would like to add a blank page after the pages that have only 6 records. That way, every record has two pages and I can just print the whole report double sided.
Is there some way to add code that is like IF less than 7 records THEN add second page ELSE print as is?
Let me know if you need more information. Thanks for your input
I have a simple report that has a one to many relationship in the data being printed. The top part of the report contains the "one information and the bottom contains the "many records like most reports.
Sometimes there are enough records to cause the report to push the report length to two pages. Other times only one page is needed. If there are 6 records, then only one page is needed and more than six causes the next record to go to the next page.
Since I need to print this double sided, I would like to add a blank page after the pages that have only 6 records. That way, every record has two pages and I can just print the whole report double sided.
Is there some way to add code that is like IF less than 7 records THEN add second page ELSE print as is?
Let me know if you need more information. Thanks for your input