DoCmd.SendObject Error Trapping

  • Thread starter edisonl via AccessMonster.com
  • Start date
E

edisonl via AccessMonster.com

Hi,

I have an application written in Access 2000, it suppose to fire off an email
from OUTLOOK.

Understand that some of my company are not link up to email account,
therefore I would like to do an error trapping message and a docmd.close.

Had attempt below code:
_________________________
Err_submitdocument:
MsgBox Err.Description
_________________________

Tried out, result>> Open another window to prompt for account setup from
OUTLOOK.

Anyone know how to prevent account set up window and go to select Access
again so that error message can be read and form can be close.

Regards, Edison
 

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