J
jokobe
I'm starting Outlook from Access
Set objApp = CreateObject("Outlook.Application")
Set objItem = objApp.CreateItem(olMailItem)
....
objItem.Display True
After objItem.Display Outlook pops up with a new mail. That is o.k., but
Outlook is blocking Access, I can't work in Access before closing the mail.
Is there a workaroun`d?
Thanks in advance
Jokobe
Set objApp = CreateObject("Outlook.Application")
Set objItem = objApp.CreateItem(olMailItem)
....
objItem.Display True
After objItem.Display Outlook pops up with a new mail. That is o.k., but
Outlook is blocking Access, I can't work in Access before closing the mail.
Is there a workaroun`d?
Thanks in advance
Jokobe