Mr Wonderful
MIS
I have a report that page breaks by group
In this example I have 3 groups
Group 1 contains 9 records
Group 2 contains 15 records
Group 3 contains 20 records
Each page can handle up to 40 records
When page 1 prints for group 1 I need the report to print the 9 records and then also print another 31 blank records to fill the page with lines and boxes formatted like the 10 it printed.
Page 2 would print 15 plus an additional 25
Page 3 = 20 + 20
and so on
The report is generated from a dynamic table that gets populated on each run by a series of queries.
The best scenario would be to then populate an additional needed number of blank records for each group based on the count of the existing records in the group.
In this example I have 3 groups
Group 1 contains 9 records
Group 2 contains 15 records
Group 3 contains 20 records
Each page can handle up to 40 records
When page 1 prints for group 1 I need the report to print the 9 records and then also print another 31 blank records to fill the page with lines and boxes formatted like the 10 it printed.
Page 2 would print 15 plus an additional 25
Page 3 = 20 + 20
and so on
The report is generated from a dynamic table that gets populated on each run by a series of queries.
The best scenario would be to then populate an additional needed number of blank records for each group based on the count of the existing records in the group.