Sending Object via Outlook

J

Jay Wright

I have a database that hosts a persons name in a name field and then hosts a
word document as an object in a information field. What I want is to have a
button that you can click on and it will automatically e-mail the object in
the information field. I have the outlook code needed to send an e-mail via
Access... but I don't have code to take the document from the information
field and add it as an attachment to the outlook message. Any ideas?
 
H

Henry

you can use the MAPI to send emails with attachments, after using the 'put'
function to export your 'DAO.Field' data.

henry
 
Top