PDA

View Full Version : Command Button Generates Auto-Populated Email



junglej815
04-20-2016, 05:56 AM
Hello All,

I have an access form that has a command button on it. When you click on the command button it opens an outlook email window that is auto-populated with specific text by use of the vb code. I am updating some of the text in the code for the email and I was curious if there is any way to include a jpeg/png image with the text.

The code that I have to auto-populate the body of the email is this:

m.Body = "Thank you for blah blah blah...

Thanks

jonh
04-24-2016, 02:13 PM
Don't know much about email. Check if there is an an option for an html body instead of plain text?