adam01
Jul 6th, 2000, 08:06 AM
Hi. Using the following code, I am getting a "User-defined type not defined error message" when I try just to define my object model. I have my references for Microsoft ActiveX Data Objects 2.1 Library, Microsoft ADO Ext. 2.1 for DDL and Security, and Microsoft Jet and Replication Objects 2.1 Library. I must be missing something simple, because I can't even define it. What am I overlooking? Dim cnn as New ADODB.Connection cnn.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=.\db1.mdb;" Thanks in advance!