Access97 and Outlook 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 
Back
Top