Sending email message from Access in HTML format!!!

M

Michel Carreau

I am using the MSAccess command

DoCmd.SendObject , , , sEmail, , , sTitle, sMessageText, True

within an Access Macro to send notification emails to the users of the
database.

I have not been able to figure a way to send the message (the string
sMessageText) in an html format.

Is that possible with this macro?

I did try to put an html string in sMessageText (sMessageText =
"<HTML><Body>my message</Body><HTML>"

but that does not work.

Any other ideas? Any other function that I could use

Michel
 
Top