Could not create DAO 3.5 object

R

R. Jayawardane

I'm using Outlook 2000 custom form and it has a VBscript
to get a unique sequential number for each message sent
from a table in MS Access 2002 database. Everytime the
form is opened I get this error message.

Error # -2147221005
The Operation Failed
Warning - Could not create DAO 3.5 object
Make sure DAO 3.5 is installed on this machine.

How do I make sure DAO 3.5 is installed and if not how to
install it.

Your help is highly appreciated.
 
K

Ken Slovak - [MVP - Outlook]

Access 2000 would most likely have been installed with DAO 3.6, not
3.5. Is your code specifically creating an object with a version
qualified reference that mentions DAO 3.5? If so just remove the
version specific reference.
 

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