View Full Version : Specifying paper size in Code For Report


Theman
02-22-2001, 09:59 AM
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.