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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Libertarian

  1. Libertarian

    adding uniqueidentifier value to SQL table with VB

    Oops. "Companies" should have been "svruser". Sorry. My own work was on my mind.
  2. Libertarian

    adding uniqueidentifier value to SQL table with VB

    Try this: Private Sub cmdaddsvr_Click() Dim cnsver As ADODB.Connection Dim svradd As ADODB.Recordset Dim inputstr As String Dim svrguid As String Set cnsvr = New ADODB.Connection Set svradd = New ADODB.Recordset cnsvr.Open "[ConnectionString]&quot...

Part and Inventory Search

Back
Top