Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

control the number of records on each page

Status
Not open for further replies.

sbcsandhu

Programmer
Jul 3, 2007
113
US
is there a way i can tell my report to put like 15 rows per page whatever amount of rows i want. is there a way to do that in the section expert?
 
Ok, this is without trying it out in crystal:

create a formula counting the number of records and in the section where you are counting insert a condition formula at 'new page after' and put down the condition that if your count formula reaches 15 (or anything else you like) it should reset the counter and return true to get a new page
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top