Nov 24, 2003 #1 TerriO Technical User Jan 9, 2002 84 US I have one group in a report and I only want two group items to show on one page... how would I formatt the report ? CR 9 Terri
I have one group in a report and I only want two group items to show on one page... how would I formatt the report ? CR 9 Terri
Nov 24, 2003 #2 bdreed35 Programmer Mar 2, 2003 1,549 US Open the section expert and highlight Group Header 1. Select the X+2 button next to New Page Before and enter the following formula. Code: GroupNumber MOD 2 = 1 ~Brian Upvote 0 Downvote
Open the section expert and highlight Group Header 1. Select the X+2 button next to New Page Before and enter the following formula. Code: GroupNumber MOD 2 = 1 ~Brian
Nov 24, 2003 Thread starter #3 TerriO Technical User Jan 9, 2002 84 US Thanks, it also worked doing this as well remainder(RecordNumber,2 ) = 0 Terri Upvote 0 Downvote