How to Change default printer setting in msAccess2000 from VBA code

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
 
S

SA

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top