I have a report that prints out as per the number of records into the detail section. however, i need to ensure that even if there fwere than 14 records, that the number of line items totals to 14. in other words if 5 there are 5 records, there must 5 lines in the detail section with the relevent information and 9 empty lines.
Then if there are more than 14 records, a 2nd page must print out but in exactly the same way as the first ie: if there is 16 records, the first page must have 14 in the detail section, te 2nd page must have 2 lines with the relevant records and 12 empty lines.
Is this possible ? if so, how ?