G
Guest
Here is the problem:
I have a VBA routine in a module that creates separate queries and then makes calculations. The results are sent to a report via the Report_Open and Detail_Print events. I am able to create 5 pages but I need at least 7. I use page breaks in the detail section to create the pages. Every page has different information. Any suggestions as to how I can increase the report page length? Or, is there a better way of doing what I want to do?
I have a VBA routine in a module that creates separate queries and then makes calculations. The results are sent to a report via the Report_Open and Detail_Print events. I am able to create 5 pages but I need at least 7. I use page breaks in the detail section to create the pages. Every page has different information. Any suggestions as to how I can increase the report page length? Or, is there a better way of doing what I want to do?