Sending Object via Outlook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
you can use the MAPI to send emails with attachments, after using the 'put'
function to export your 'DAO.Field' data.

henry
 
Back
Top