How to suppress printing and cancel message?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to suppress the popup messages after the DoCmd.SendObject or
DoCmd.PrintOut is called?
More importantly, I also want to suppress the message (The printout action
was canceled) when the cancel is called.
Thanks!
 
Use error-trapping code to trap and ignore error 2501 (IIRC. Check the
error no in your current code).
 
Back
Top