I would like to be able to print a cetain number of records to a page and then carry on printing on the next page and so forth.
I thought about using the counter in the record loop and then adding code to say at every 4 records or whatever make a new page.
Or is there an option to ensure that every page is totally filled (as using the above you may leave big spaces if some records are smaller or bigger etc) with complete records (rather than allowing half to slip over onto the next page) and so on.
Thanks in advance...
Marcus
I thought about using the counter in the record loop and then adding code to say at every 4 records or whatever make a new page.
Or is there an option to ensure that every page is totally filled (as using the above you may leave big spaces if some records are smaller or bigger etc) with complete records (rather than allowing half to slip over onto the next page) and so on.
Thanks in advance...
Marcus