Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access printing report footer at bottom of page

Status
Not open for further replies.

beamerman

Technical User
Joined
Nov 14, 2001
Messages
16
Location
AU
I am using Access 97 to print invoices. The invoice is printed imediatly after the invoice is created. This means that there is only 1 invoice per print. I use the report footer to display grand total and other invoice information. My problem is that the footer prints directly after the last line. Is there any way that i can get it to print at the bottom of the page. I usually use Crystal and you can format the section to print at the bottom of the page... I just can't find a similar option in Access.

Thanks in advance.

Shane
 
Have you tried just moving the report footer controls to the Page footer?
 
Thanks. I thought about that, but it is possible to have more than one page per invoice
 
There are a couple of ways around this. One is to determine the number of pages at run time and hide the values in the footer of the first page. Another is to use the Report footer section but count the number of lines left on that page and backfill with blank lines for force the footer to the bottom of the page. Either way will require code. If there is another way I'm not aware of it.
 
Thanks Jerry, i'll give that a try
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top