There is somtime a mixup in printer names between Netbios Names and DNS Names. Also, you might want to have certain reports printed to certain printers only. I installed a code after IF NOT PrinterSelection.GET(USERID,ReportID) THEN IF NOT PrinterSelection.GET('',ReportID) THEN … Continue...