1. Create a running total that counts your records. I'll call it (#RecCount}.
2. Right-click to the left of the details section where your data is displayed and go to the Section Expert.
3. If you're in Crystal 2008, go to the Paging tab (I believe that's what it's called - I don't have a copy of Crystal available to check) . For earlier versions, there are no tabs.
4. Click on the button to the right of "New Page After" - DO NOT check the checkbox!
5. Put the following in the formula editor:
{#RecCount} mod 5 = 0 and not OnLastRecord
This will give you a page break any time the number of records is a multiple of 5, but no page break at the end if the total number of records is a multiple of 5.
-Dell