G
Guest
I used the Application.Printers("PrinterDeviceNameOfDesiredPrinter") function
and it worked fine. However, is there a way to have the desired printer be
obtained from a user selected combo box on a form? I tried using
Application.Printers([Device Name]) but I get an error. [Device Name] being
the field name on the form.
I have a continous form where users can select multiple line items than
select a command button to print/export. I would like the print command to
print to the selected printer with no print dialog box appearing.
Bernie
and it worked fine. However, is there a way to have the desired printer be
obtained from a user selected combo box on a form? I tried using
Application.Printers([Device Name]) but I get an error. [Device Name] being
the field name on the form.
I have a continous form where users can select multiple line items than
select a command button to print/export. I would like the print command to
print to the selected printer with no print dialog box appearing.
Bernie