Getting a report to continue till end of page

dinfinity

Registered User.
Local time
Today, 14:34
Joined
Mar 3, 2011
Messages
11
I have a report with a page header and page footer. The details section is simple.
Part# Description QTY
The three fields have a grid around it.
My problem is if I only have 4 parts to report the details section shows only four lines and the report has a large blank in it till the page footer.
I want the details section to continue to fill with empty values till it reaches the end of the page. I don't want a report footer.
This way I will have info then empty grids till the page footer.

Thx
 
This is not a standard/built-in option in Access. It can be code with some VBA coding.

How to Print a Constant Number of Lines Per Group
This article describes how to create a constant number of lines per data group on a report. You can use this method to consistently print 15 lines per data group, regardless of the actual number of items within the group. Note that if the group contains more than 15 items, the function used by this method will not apply.
 

Users who are viewing this thread

Back
Top Bottom