Sending Emails from different outlooks

Seb

Registered User.
Local time
Tomorrow, 02:09
Joined
Jun 20, 2006
Messages
55
Hi Guys

I know how to send emails from Access using Outlook. I use Access 2007 with outlook 2007. And it works fine for me....but when I try on a customer's system that is using Outlook 2003 and access 2007, it gives me reference errors. I know i'm using Office 12 but their versions will differ. How do you ensure all versions of access would work?
 
I don't have access 2007 so know nothing about it, but I would think that on the PC's that have access 2007 and 0utlook 2003 you would have to reference Microsoft Outlook 11 Object Library (which is outlook 2003) in Access.

Hope this is the answer.
 
Poke around here on "late binding". You're using early binding, which requires a reference. Late binding does not, and is the tool I use when dealing with different versions.
 

Users who are viewing this thread

Back
Top Bottom