whitelockben
Registered User.
- Local time
- Today, 09:43
- Joined
- Jun 29, 2011
- Messages
- 25
Private Sub txtCN_Click()
Dim sPrefix As String
Dim Mysql As String
Dim sKey As String
Dim sSuffix As Integer
Dim X As Integer
Dim conn As New Adodb.Connections
Dim rs As New Adodb.Recordset
I get the error highlighted at Dim conn As New Adodb.Connections
The error I get is
Compile error:
User-defined type not defined
Can anyone help please?
Dim sPrefix As String
Dim Mysql As String
Dim sKey As String
Dim sSuffix As Integer
Dim X As Integer
Dim conn As New Adodb.Connections
Dim rs As New Adodb.Recordset
I get the error highlighted at Dim conn As New Adodb.Connections
The error I get is
Compile error:
User-defined type not defined
Can anyone help please?
Last edited: