SendObject action cancelled error

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

Guest

how do I bypass this error?

I'm sending an email through the DoCmd.SendObject. If the user changes his
mind and kills the email form, the error pops up. How to cancel it?

tia,
 
A couple of ways: On Error Resume Next; DoCmd.SetWarnings False, then set
back to True.
 

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

Back
Top