Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kmac43

    cannot pass reference in txt box when using Terminal services

    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...

Part and Inventory Search

Back
Top