Print Confirmation MsgBox

J

jcc285

After sending a print to my printer from a DoCmd.RunCommand acCmdPrint a
small msg box appears. I assume it is system confirmation that the print
queue is empty or some such message. How do I either stop it appearing or
alternatively clear it from the screen from my program. I don't want the user
to have to close it

Message Box looks like
Caption 'Microsoft Office Access 'and a Close Button
Body Text 0 (I assume returning 0)
CommandButton vbOK
 

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