R
Rick
I use code that includes the following to send email from
my database. My computer with everything reinstalled and
now this brings up Outlook Express instead out Outlook.
What do I need to adjust?
Dim objOutlook As Outlook.Application
Dim objOutlookMsg As Outlook.MailItem
' Create the Outlook session.
Set objOutlook = CreateObject("Outlook.Application")
' Create the message.
Set objOutlookMsg = objOutlook.CreateItem(olMailItem)
Thanks.
Rick
my database. My computer with everything reinstalled and
now this brings up Outlook Express instead out Outlook.
What do I need to adjust?
Dim objOutlook As Outlook.Application
Dim objOutlookMsg As Outlook.MailItem
' Create the Outlook session.
Set objOutlook = CreateObject("Outlook.Application")
' Create the message.
Set objOutlookMsg = objOutlook.CreateItem(olMailItem)
Thanks.
Rick