How to Change default printer setting in msAccess2000 from VBA code

  • Thread starter Thread starter Sumesh
  • Start date Start date
S

Sumesh

I want to change the default printer setting using VBA
code for MSAccess 2000.

I know in MSAccess 2002. We can use
Application.Printer.name etc.,

What is the equivalent in MSAccess2000

Thanks
Sumesh
 
There is no equivalent in Access 2000 to the printer object in Access 2002.
You have to change the default printer using api methods. If you look in
the ms knowledgebase you should find all the code you need.
 
Back
Top