Y
Yann
Hello! I want to put a code behind a button on my form.
It must attach a report to an email (even better make the
report the body of the email) fill out the subject line
and send the email to an email address listed on the
form. I am using this code to generate the email:
Private Sub cmdEmail_Click()
Dim x
x = fHandleFile("mailto:" & Me!ContactEMail,
WIN_NORMAL)
I just don't know how to deal with the attachment and the
subjet line.
Thanks for your help!
It must attach a report to an email (even better make the
report the body of the email) fill out the subject line
and send the email to an email address listed on the
form. I am using this code to generate the email:
Private Sub cmdEmail_Click()
Dim x
x = fHandleFile("mailto:" & Me!ContactEMail,
WIN_NORMAL)
I just don't know how to deal with the attachment and the
subjet line.
Thanks for your help!