Is there a property that would allow me to print only 1 record per page in a data report? Currently, due to title, the records come out broken from page to page. I would like them to be evenly displayed, 1 per page. Anyone?
Thanks,
casox
Printable View
Is there a property that would allow me to print only 1 record per page in a data report? Currently, due to title, the records come out broken from page to page. I would like them to be evenly displayed, 1 per page. Anyone?
Thanks,
casox
hi...
there is a way but I think it's good for one page
you need to assign the PKey you want to recordset
& assign the last one to rptText by code
note: put the data members Empty ""
by this way you can print one record
hope this will be clear 4 you...