-
Grrr... I've already got problems getting this db app to work, but this error keeps complicating things...
When I try to select a recordsource for the data control (yes, I have a ready made access database and it is selected in the data control's properties), I recieve the following error
-----
Class not registered.
Looking for object with CLSID:(registry key)
-----
Is there anything I can do about this?
Also, whenever I try to run any of the form/query wizards in Access, I get the response "ActiveX component can't create object."
Where does that come from? I'm not incorporating AciveX into this project anywhere...
Sheesh. Any help is appreciated.
-
what is the CLASSID that is missing? It usually gives you the ClassID in the message
-
Here's the ClassID
00000010-0000-0010-8000-00AA006D2EA4
I just didn't list it on the original post 'cause it's cumbersome.
thx,
tainc
-
The DAO DB Engine, just as I had thought
run this from the command line:
regsvr32.exe "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL"