I have a procedure called 'create reports', once the report is created and spit out to the server I use this to automatically print that reportan example)
DoCmd.OpenReport "ALASLS020", acViewNormal
The report print fine, however only on one side. I have the printers 'printing preferences(win 2k pro) set for landscape and duplex printing, but it still only prints on one side. Anything in code which will tell it to print in duplex?
DoCmd.OpenReport "ALASLS020", acViewNormal
The report print fine, however only on one side. I have the printers 'printing preferences(win 2k pro) set for landscape and duplex printing, but it still only prints on one side. Anything in code which will tell it to print in duplex?