I am trying to populate a table in SqlServer from Access using the following:
Private Sub cmdDrvStat_Click()
On Error GoTo Err_cmdDrvStat_Click
Dim cn As New ADODB.Connection
Dim cmd As New ADODB.Command
Dim par0 As Variant
Set par0 = Me.txtDrvID
Dim par1 As Variant...
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.