G
Guest
I have a database that sends out a email to let me know a question has been
submitted.
Set myOlApp = CreateObject("Outlook. Application")
Set myemail = myOlApp.CreateItem(0)
With myemail
.subject = New Question
.To = strEmail
....
....
.send
End With
My question is, how can I get Access to open Outlook to send the email, if
the user doesn't have their Outlook opened.
Thanks,
G
submitted.
Set myOlApp = CreateObject("Outlook. Application")
Set myemail = myOlApp.CreateItem(0)
With myemail
.subject = New Question
.To = strEmail
....
....
.send
End With
My question is, how can I get Access to open Outlook to send the email, if
the user doesn't have their Outlook opened.
Thanks,
G