Access97 and Outlook 2003

K

KWF

I have a database that works fine using Access97 and Outlook98. I just upgraded a few machines to Outlook 2003 and the VBA code in the database that sends a message through outlook sends an error. It reads "The expression On Click you entered as the event property setting produced the following error: Error in loading DLL." Any help, please

KWF
 
B

Bryan Reich [MSFT]

What does your code look like that actually sends the mail? Could you post?
What references do you have in your project, and are you declaring any
external API functions in your code?
--
Bryan Reich
Microsoft Office
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


KWF said:
I have a database that works fine using Access97 and Outlook98. I just
upgraded a few machines to Outlook 2003 and the VBA code in the database
that sends a message through outlook sends an error. It reads "The
expression On Click you entered as the event property setting produced the
following error: Error in loading DLL." Any help, please?
 

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