Specifying paper size in Code For Report (1 Viewer)

T

Theman

Guest
I have reports that need to be printed at legal size. The user interface only allows them to click the print icon which automatically sends it to print, by-passing the print dialog box. The code used for this is:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.PrintOut acSelection

Is there any way to have this always print out legal regardless of where the user is printing to since Access always defaults back to letter if a user is hooked to a different printer? Thanks.
 

Users who are viewing this thread

Top Bottom