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
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