Taking output from hplaserjet printer driver

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

HI-


I have setup a new printer using HP Laserjet 4000 printer drivers. The
output has been sent to "FILE:", so when a job is sent to the driver, it
presents the output file name dialog box.

Question: Is there VB code that will allow me to populate that dialog box,
so I can automate a batch report we have on site?

Scott
 
Use...

docmd.OutputTo

It has a parameter where you specify the path and filename and another to
specify the format. Check it out in help.

HTH
Sam
 

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

Back
Top