Printing problem with one printer

Danielf

Registered User.
Local time
Today, 23:14
Joined
Feb 21, 2000
Messages
103
Hi,

I was using my program in Access 2003; since, I switched to Access 2007, I have the following problem: I have 2 printers attached to my computer. When I am using the
command " DOcmd.printout", I can only print with one of my two printers. (It prints depending what is my default printer)

With the other one, I hear that my printer
receives the command but nothing happens.

Everything was working fine in Access 2003 and the two printers are also working fine. (I can print from every other program ).

NB: The function "CTRL-P" prints in my program.

Is this a software problem in my program or something else?

Thanks

Daniel
 
Last edited:
Your need to programmatically select the correct printer.

Printing a report in being previewed with ctl+p, allows the user to select a printer.
 
alos set your reports to print to whatever printer you want by set reports- point each report to the correct printer
or flip it around what reports do you want to go to your second printer and change these and leave the rest to the default printer
 

Users who are viewing this thread

Back
Top Bottom