Printing more than one copy of report thru VBA

  • Thread starter Bridget Elise Nelson
  • 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.
 
D

Dev Ashish

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
 
Top