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.
 
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.
 
Back
Top