Hello,
I have a report which contains a sub report. The sub report displays items from an invoice and it is set to display "QTY|DESCRIPTION|AMOUNT QTY|DESCRIPTION|AMOUNT" across the top (as you can see the header is being repeated in column 2 by fixing the sub-report height to only have enough room to show 5 records and letting the sub-report display columnar data down-then-across.) Once column 1 contains 5 records and column 2 contains 5 records I want the next 10 records to display on page 2 of the report, and so on. I tried putting a page break control in the detail section of the sub-report and using VBA to make the page break visible after 10 records but the report only shows one page, I never see any records after the tenth. Any ideas?
Thanks,
iAmDmAn
I have a report which contains a sub report. The sub report displays items from an invoice and it is set to display "QTY|DESCRIPTION|AMOUNT QTY|DESCRIPTION|AMOUNT" across the top (as you can see the header is being repeated in column 2 by fixing the sub-report height to only have enough room to show 5 records and letting the sub-report display columnar data down-then-across.) Once column 1 contains 5 records and column 2 contains 5 records I want the next 10 records to display on page 2 of the report, and so on. I tried putting a page break control in the detail section of the sub-report and using VBA to make the page break visible after 10 records but the report only shows one page, I never see any records after the tenth. Any ideas?
Thanks,
iAmDmAn