I am attempting to populate an Adodc1 control on a form after accessing a stored MSAccess2000 query using the following codes;
Dim conn As New ADODB.Connection
Dim param1 As New ADODB.Parameter
Dim Cmd As New ADODB.Command
Dim Rs As New ADODB.Recordset
.....
Private Sub...
I am attempting to populate an Adodc1 after accessing a stored MSAccess2000 query using the following codes;
Dim conn As New ADODB.Connection
Dim param1 As New ADODB.Parameter
Dim Cmd As New ADODB.Command
Dim Rs As New ADODB.Recordset
.....
Private Sub cmdGetQueryResult_Click()
Set Rs = New...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.