Changing font in emails generated from Access into Outlook

G

Guest

Hello,

I have coding written to send out email results through and access form.
Does anyone know if there is a way to change the font size, color, or type in
coding so that particular lines in the email appear different?

Thanks,
 
R

Ron Weiner

The way I have handled this in the past is to use CDO (Msft Collaboration
Data Objects) to send the mail. I have some example code here
http://www.worksrite.com/CDOMail.htm that will allow you to easily send mail
in HTML format and with attachments if need be.
 

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

Top