Inserting Pictures into Email

gselliott

Registered User.
Local time
Today, 08:04
Joined
May 17, 2002
Messages
106
I have set up a database that sends our customers an email message containing details from the database when a command button is clicked. I have set this up using code to insert the text into the body of the message, but i am also wanting to insert our company logo into the body of the message as well.
Is this possible?

Any help would be appreciated!

Thanks
 
Hmm, I would have thought you could do this by using the templatefile argument of docmd.sendobject, but when I tried it, it didn't work.:mad: Although I was using stationary, not sure if this is the same as a template???:confused:

Otherwise, u might be able to use automation.
 

Users who are viewing this thread

Back
Top Bottom