I have an access database with multiple reports. Each report contains a different amount of records that can print on the page.
I would like to print all the records for a group and then finish out the page with blank lines. I have entered modules based on the Microsoft knowledgebase article "How to Print a Constant Number of Lines per Group" from:
These modules will allow me to set the number of records I print to a constant value. Is there a simple way to calculate the number of records that will fit on a page and assign it to a MaxRecords value? That way I can reuse these modules and they will calculate the number of records that can fit on a page (not a constant value that I enter).
Thnx in advance
I would like to print all the records for a group and then finish out the page with blank lines. I have entered modules based on the Microsoft knowledgebase article "How to Print a Constant Number of Lines per Group" from:
These modules will allow me to set the number of records I print to a constant value. Is there a simple way to calculate the number of records that will fit on a page and assign it to a MaxRecords value? That way I can reuse these modules and they will calculate the number of records that can fit on a page (not a constant value that I enter).
Thnx in advance