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 Westi 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: jbrumett
  • Order by date
  1. jbrumett

    Search string

    this is how I do my database stuff. i'm not using Jet though.. 'needed to open a database Dim xconnection As New ADODB.Connection Dim xrecord As New ADODB.Recordset 'sql statement sql = "select * from " & "[" & Text4.Text & "]" 'open the table...

Part and Inventory Search

Back
Top