A
Andy Levy
Hi ya
I am trying to produce an HTML email through access. It works ok, until i
put in the image content. Does anyone know how to put in the html code as
part of a SendObject ? This is incorrect but demonstrartes what i am trying
to do.
Thanks
DoCmd.SendObject acSendNoObject, , acFormatHTML, , , , , "<IMG src
= 'http://www.web.com/image.jpg' ><br> Dear " & myVar1 & " " & myVar2, True
I am trying to produce an HTML email through access. It works ok, until i
put in the image content. Does anyone know how to put in the html code as
part of a SendObject ? This is incorrect but demonstrartes what i am trying
to do.
Thanks
DoCmd.SendObject acSendNoObject, , acFormatHTML, , , , , "<IMG src
= 'http://www.web.com/image.jpg' ><br> Dear " & myVar1 & " " & myVar2, True