Apr 14, 2007 #1 TomBoardman Programmer Joined Aug 25, 2006 Messages 26 Location US Does any one know how to force a pagebreak if the details section contains more than, say, 6 rows.
Apr 14, 2007 #2 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US If you are not using any section suppression, you can use formula like the following for "New page after": remainder(recordnumber,6) = 0 -LB Upvote 0 Downvote
If you are not using any section suppression, you can use formula like the following for "New page after": remainder(recordnumber,6) = 0 -LB
Apr 14, 2007 Thread starter #3 TomBoardman Programmer Joined Aug 25, 2006 Messages 26 Location US Thanks again for the help Lbass! Upvote 0 Downvote