R
Robert_DubYa
My company uses Lotus Notes as it's email system. I want to send query
results automagicaly. I am using the following statement, but it only opens
in edit mode and I just want the email to go out automatically. Is this
because we Lotus Notes as email?
Private Sub cmdRun_Click()
DoCmd.SendObject acSendQuery, "qryTest1",
acFormatXLS, "(e-mail address removed)", , , "Test Email Access", "Check
this
out: I learned to email out of Access", False
End Sub
Now I have thought about using the sendkeys command after this but I don't
know how to send the alt key and thought it is not the best way anyhow.
Any help is apperciated.
Robert
results automagicaly. I am using the following statement, but it only opens
in edit mode and I just want the email to go out automatically. Is this
because we Lotus Notes as email?
Private Sub cmdRun_Click()
DoCmd.SendObject acSendQuery, "qryTest1",
acFormatXLS, "(e-mail address removed)", , , "Test Email Access", "Check
this
out: I learned to email out of Access", False
End Sub
Now I have thought about using the sendkeys command after this but I don't
know how to send the alt key and thought it is not the best way anyhow.
Any help is apperciated.
Robert