Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting up a new email from within an access application

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I'm developing a microsoft access 2000 application on the windows 2000 professional platform. I have loaded the recipient's mail adres in a variable. In order to generate a new mail, I have referenced the Microsoft Outlook 9.0 object library to my application. The thing is, when i declare a variable in the Microsoft Visual Basic code window like folows:

<code>
dim NewApp as new Outlook.Application
</code>

When i type the previous line, and want to leave the line in order to let the compiler interpret it, my microsoft access hangs. The processer just jumps to full load and nothing happens further.

Any ideas?

thx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top