Question: "I have more data than will fit on one page width. How can I span multiple pages?"
Solution: If you are creating a crosstab report, this is done automatically. However, for other types of reports,
this must be done manually. Basically, we will create one section-style subreport for each page width we need to cover.
Now, when the report prints, all of the first subreport's pages will print, then the second, etc. You can then assemble the pages in the correct order.