Hi,
I've got a database that uses the outlook object to add calendar entries and send automated e-mails. This works fine in Access/Outlook 2003, however I need it to support Access/Outlook 2000 aswell.
In the project references I have the
Microsoft Outlook 11.0 Object Library
Microsoft CDO 1.21 Library
Obviously these aren't supported in 2000 and the code halts as soon as the missing references can't be found. If I change the references to reflect the Office 2000 librarys I get the same problem in Office 2003.
Is there anyway to include support for both versions in the same database? I'm trying to avoid splitting the database into two different versions.
Thanks for your help people...
I've got a database that uses the outlook object to add calendar entries and send automated e-mails. This works fine in Access/Outlook 2003, however I need it to support Access/Outlook 2000 aswell.
In the project references I have the
Microsoft Outlook 11.0 Object Library
Microsoft CDO 1.21 Library
Obviously these aren't supported in 2000 and the code halts as soon as the missing references can't be found. If I change the references to reflect the Office 2000 librarys I get the same problem in Office 2003.
Is there anyway to include support for both versions in the same database? I'm trying to avoid splitting the database into two different versions.
Thanks for your help people...