Printing two copies of a report

E

Eddie

I am trying to extend a line of VBA to print two copies of a report - the code first includes a where conditio

DoCmd.OpenReport stDocName, acViewPreview, , "JobCode=Forms!tblJob!JobCode" ... and this works fine, the report opens on the correct job code. The next step is to get two copies of the report output - I can't do this; any ideas?

Eddie
 
S

Sam

Check out docmd.printout

HTH
Sam

Eddie said:
I am trying to extend a line of VBA to print two copies of a report - the
code first includes a where condition
DoCmd.OpenReport stDocName, acViewPreview, ,
"JobCode=Forms!tblJob!JobCode" ... and this works fine, the report opens on
the correct job code. The next step is to get two copies of the report
output - I can't do this; any ideas??
 

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