Printing more than one copy of report thru VBA

  • Thread starter Thread starter Bridget Elise Nelson
  • Start date Start date
B

Bridget Elise Nelson

Is there a way to print more than one copy of a report
when sending it to the print (no preview) using VBA
without call the report twice. I am using Access 2000.
Thanks again.
 
Is there a way to print more than one copy of a report
when sending it to the print (no preview) using VBA
without call the report twice. I am using Access 2000.

Try using DoCmd.PrintOut.

-- Dev
 

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