Outlook blocks Access

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
 
E

ErezM via AccessMonster.com

hi
drop the "True" after the "display" statement (it stands for "Modal=True"
which means "hold Focus until closed"

Good luck
Erez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top