I am trying to change the default printer when an Access form loads.
The following code works:
Private Sub Form_Load()
Dim prtDefault As Printer
Set Application.Printer = Application.Printers(7)
Set prtDefault = Application.Printer
End Sub
However, I want to specify the printer name.
DEVICE...
I am trying to change the default printer when an Access form loads.
The following code works:
Private Sub Form_Load()
Dim prtDefault As Printer
Set Application.Printer = Application.Printers(7)
Set prtDefault = Application.Printer
End Sub
However, I want to specify the printer name.
DEVICE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.