Emailing from access 2003

  • Thread starter Thread starter SteveWallace(roch)
  • Start date Start date
S

SteveWallace(roch)

I've got code from a database which already successfully sends email, and
copied it accross to a new one. When I try to run the code however I get an
error message

code breaks at:

Dim MyOutlook As Outlook.Application

Error message is:

compile error:
User defined type not defined
 
While in the VB Editor, select Tools | References from the menu bar and add
a reference to Outlook.
 
Thank you

Douglas J. Steele said:
While in the VB Editor, select Tools | References from the menu bar and add
a reference to Outlook.
 
Thanks That worked great

Douglas J. Steele said:
While in the VB Editor, select Tools | References from the menu bar and add
a reference to Outlook.
 

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