how can i print preview / print some limited records per page in the report
suppose i want to print only 10 records per page how can i do
i am using crystal report 7 with access
Printable View
how can i print preview / print some limited records per page in the report
suppose i want to print only 10 records per page how can i do
i am using crystal report 7 with access
I don't know if version 7.0 supports this but in 8.5 I use the Section Expert.
Create this formula for the "New Page After" option of the Details section.
RecordNumber Mod 10 = 0