Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. scamquist58

    Change Access Default Printer

    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...
  2. scamquist58

    VB Change Default Printer - Access

    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...

Part and Inventory Search

Back
Top