T
Tim Johnson
I had to reinstall OfficeXP and getting the following
error on a form:
Activex component can't create object429
The error occurs in a function procedure at the line:
Set cnn = CurrentProject.Connection
I have module in which I declare cnn as Public cnn as
ADODB.Connection so I do not have to declare it in each
module
I use Office 2003 and the following libraries are
selected:
Microsoft ActiveX Data Objects 2.7 Library
Microsoft ADO Ext. 2.7 for DDL and Security
Microsoft ActiveX Data Objects Recordset 2.7 Library
How can I resolve this?
I am missing any library?
Thanks
error on a form:
Activex component can't create object429
The error occurs in a function procedure at the line:
Set cnn = CurrentProject.Connection
I have module in which I declare cnn as Public cnn as
ADODB.Connection so I do not have to declare it in each
module
I use Office 2003 and the following libraries are
selected:
Microsoft ActiveX Data Objects 2.7 Library
Microsoft ADO Ext. 2.7 for DDL and Security
Microsoft ActiveX Data Objects Recordset 2.7 Library
How can I resolve this?
I am missing any library?
Thanks