huskerphil
MIS
I'm pretty new to visual basic and need a little help figuring out this problem. I'm currently using Access 07 and Outlook 07. I have a button on a form that when clicked will send a email message through Outlook to certain recipients. The problem I'm having is that I have Outlook being created every time the button is clicked. It works fine when Outlook has not been opened yet, but when it is already opened and minimized the code will create another session of Outlook. My question is this; Is there any way to check to see if Outlook is currently running and if it isn't create another session but if it is not to create another session? Thanks!