I cannot get past the ADOB connect line of this code, even though it is declared:
Compile Error: User-defined type not defined
Option Explicit
Dim X As Long
Dim Changed As Boolean
Dim DontMove As Boolean
Dim tmrSelect As String
Dim strCnn As String
Dim conConnection As New ADODB.Connection
Dim rs As ADODB.Recordset
Set conConnection = New ADODB.Connection
Set rs = New ADODB.Recordset
2007-02-04
01:57:42
·
4 answers
·
asked by
rebjr1954
1
in
Computers & Internet
➔ Programming & Design