How to specify paper size by Page in a report?

Mrs.Smith

Registered User.
Local time
Today, 15:53
Joined
Aug 8, 2013
Messages
14
I need to have the last page of a report in access print to an 8.5x11 instead of 11x17 (the rest of the report has to print 11x17). No clue how to set it up so it's automatic... any one out there know how?
 
Wait.. I'm going to rephrase my question - instead of defining a separate page size for the last page, because it's just a blank form, i've created a separate report/printout with this page. So, my new question is.. how do i have the first report (on close) print the second report?
 
Private Sub Report_Close()
DoCmd.OpenReport NewEntriesPrintoutReport, acViewNormal
End Sub

?
 

Users who are viewing this thread

Back
Top Bottom