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 Rhinorhino 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: *

  • Users: jerseyjo
  • Content: Threads
  • Order by date
  1. jerseyjo

    no given value for required parameters

    below is my code: Sub MyFirstConnection() Dim con1 As ADODB.Connection Dim recSet1 As ADODB.Recordset Dim strSQL As String Dim strsearch As String strsearch = "ACI" strSQL = "SELECT CorpDesc FROM rollup" & _ " WHERE Company = " & " '" & strsearch & "'" Set con1 = CurrentProject.Connection...

Part and Inventory Search

Back
Top