I am using Crystal 10 with an Access database. I have a report that is grouped by a Bill of Lading number and lists multiple PO numbers in one section and in the section below lists details of items ordered. I have inserted a subreport to handle the multiple details and all works well on the first page. If there are more than 5 items in the PO section then the first page needs to display the 5 PO numbers and in the following section display the 5 order detail lines then the rest of the items need to be displayed on a second page. The second page will display the remaining PO numbers with the remaining order details listed in a seperate section below. I think I can accomplish this with two additional subreports in the Report Footer but I am unsure as to what the best solution is or how to only display the data that was not displayed on page 1.