Using VBA, tied to a form button, I'd like to open an email note with a file as an attachment. i can open the note, insert an address, insert a subject, and insert message text, but cannot figure out how to add the attachment.
I'm currently using DoCmd.SendObject to create the message and add the text information. But, I'm not sure how to add an attachment. Can I using SendObject? If not, is there another approach?
Thanks, in advance,
Tom
I'm currently using DoCmd.SendObject to create the message and add the text information. But, I'm not sure how to add an attachment. Can I using SendObject? If not, is there another approach?
Thanks, in advance,
Tom