Good Morning,
I work for a healthcare orginzation and I am creating an invoice for services. The invoice has many lines and runs onto multiple pages. I am farily new to Crystal but I want to know if there is a way to have the Report Header and Footers print on a new page after so many lines of data are acheived.
I used the following forumula in both the detail sections and report header and report footer sections under Paging, New Page After, but the report header and footer do not appear on the consective pages.
If Remainder (RecordNumber, 15) = 0 then true else false
Is there another way to accomplish this?