My database automatically sends an e-mail containing all the information that is entered on a new record. However, there is an ole object on the form that I want included in the mail as an attachment. I cannot work out how to do this.
What method are you using to send the email, and what is your email application?
Also, what kind of OLE object is in the record? God Bless,
Mike
Yes, I believe in Jesus. ;-) "Neither is there salvation in any other: for there is none other name under heaven given among men, whereby we must be saved." (Acts 4:12, KJV)
What kind of OLE object are you using? And what purpose does it have in the email? God Bless,
Mike
Yes, I believe in Jesus. ;-) "Neither is there salvation in any other: for there is none other name under heaven given among men, whereby we must be saved." (Acts 4:12, KJV)
The database is used for corrective action tracking. The OLE object is used for further information such as photo's, Excel spreadsheets, Word docs etc.
I want to add this additional information as an attachment to the e-mail that is sent.
I would export the the OLE object from the table into a temporary destination file on a available drive. Then, use .Attachments.Add to add the file to the email. After the email was sent, I would then Kill the file. God Bless,
Mike
Yes, I believe in Jesus. ;-) "Neither is there salvation in any other: for there is none other name under heaven given among men, whereby we must be saved." (Acts 4:12, KJV)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.