Setting the printer tray from Access 2003 VBA.
Reports("reportname").printer.PaperBin = bin_number
What is the in number for Tray 2 of an OKI 5250 laser printer, if you set the tray from the driver and read it back it shows 259, but if you try and set it anything over 255 you get an error.
Reports("reportname").printer.PaperBin = bin_number
What is the in number for Tray 2 of an OKI 5250 laser printer, if you set the tray from the driver and read it back it shows 259, but if you try and set it anything over 255 you get an error.