Sending mail

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

Guest

Hello.
I've recently started using Access 2003. The problem that i've encountered
is that i have a db that was working perfectly with Access 2000. I have a VBA
module that automatically sends an email with a certain subject to a certain
person. The email doesn't have message body. This code no longer works, but
also doesn't trigger an erros message. The reference i use now is Microsoft
Outlook 11.o Library and the command i was using is "sendmail person,
subject".
Can anyone tell me why is this happening?
Thanks
Luis
 
Another question is that the send mail is triggered by a combo box
AfterUpdate event and i put a breakpoint in the vba code for this event. The
problem is that the code doesn't break in that point. It looks like that the
code doesn't run.
 
Problem solved!!

Luis said:
Another question is that the send mail is triggered by a combo box
AfterUpdate event and i put a breakpoint in the vba code for this event. The
problem is that the code doesn't break in that point. It looks like that the
code doesn't run.
 
Back
Top