J
jack
Hello,
I can't seem to figure out how to find where a print job is
being sent for a particular report. There are two radio
buttons that give an option as to which printer the job is
sent (one is a continuous printer, the other a laser
printer).
When I look at the code all I see is that when Option 1
(for instance) is chosen you have this:
DoCmd.OpenReport"SelectedRolodexCS", acViewNormal
How do I find what printer this is set to (where do I go
from here)? The printers used are not the default printers
since I've changed the defaults in the Setup so I have no
idea how it knows which printer to send the job to.
Thanks in advance,
Jack
I can't seem to figure out how to find where a print job is
being sent for a particular report. There are two radio
buttons that give an option as to which printer the job is
sent (one is a continuous printer, the other a laser
printer).
When I look at the code all I see is that when Option 1
(for instance) is chosen you have this:
DoCmd.OpenReport"SelectedRolodexCS", acViewNormal
How do I find what printer this is set to (where do I go
from here)? The printers used are not the default printers
since I've changed the defaults in the Setup so I have no
idea how it knows which printer to send the job to.
Thanks in advance,
Jack