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
 
Top