MULTIPLE COPIES USING SELECTOBJECT

  • Thread starter klp via AccessMonster.com
  • Start date
K

klp via AccessMonster.com

I need to be able to tell the printer how many copies to print depending on
the type of invoice. I am using the following logic

DoCmd.SelectObject acReport, rst!ReportName, False
DoCmd.PrintOut acPrintAll, , , , 2

However, the database window is not visible when users are running the
program. How do I get it so that the db window does not pop up when they go
to print? I do not want print preview, it has to be a direct print sent to
the printer.

Any help appreciated.

Kim P
 

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