S
Sherri
I would like to email an existing Word Document from a button on a form in
Access. I current have: DoCmd.SendObject acSendReport, stDocName,
acFormatRTF, emailaddress, , , subject, message1 & message2 & Message3, False
which allows me to email a message and an attached Report that was generated
in Access. I would rather have it email and attached Word Document that my
user can edit. (they don't know how to edit a Report Object in Access).
Thanks.
Access. I current have: DoCmd.SendObject acSendReport, stDocName,
acFormatRTF, emailaddress, , , subject, message1 & message2 & Message3, False
which allows me to email a message and an attached Report that was generated
in Access. I would rather have it email and attached Word Document that my
user can edit. (they don't know how to edit a Report Object in Access).
Thanks.