Fill in Rest of Page

  • Thread starter Thread starter bucephalus
  • Start date Start date
B

bucephalus

Is there a way that I can have a report automatically fill in the rest of a
page--sort of like a footer of variable size. Basically, the report contains
a table of information, but I want the table to continue to the bottom of the
page (with empty rows) after the database has fill in all the rows it can.
Thanks.
 
Do you mean that you want lines to fill up the rest of the page? You could
use the following after you have calculated how many lines it takes to fill
a page.

ACC2000: How to Print a Constant Number of Lines Per Group
http://support.microsoft.com/kb/210350


(If you just mean that you want the next section of your report to go to a
new page then you would use the Sorting Grouping Box to group your table
and use the Force New Page Property to make the page break happen)

Evi
 
Back
Top