J
Jack Cannon
I need to determine and/or set the active printer
prior to printing a report in Access 2002.
The help files indicate that both of the following
simple examples should work.
Msgbox Application.ActivePrinter
Msgbox ActivePrinter
The first example returns a compile error
"Method or data member not found".
The second example will compile but returns a runtime
error 429, "ActiveX component can't create object".
Any suggestions would be appreciated.
Jack Cannon
prior to printing a report in Access 2002.
The help files indicate that both of the following
simple examples should work.
Msgbox Application.ActivePrinter
Msgbox ActivePrinter
The first example returns a compile error
"Method or data member not found".
The second example will compile but returns a runtime
error 429, "ActiveX component can't create object".
Any suggestions would be appreciated.
Jack Cannon