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 Chris Miller 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. fortres2

    Spaces in " select from file" query

    Hi All, I've got recordset which selects data from text file: dim rs1 as new ADODB.Recordset dim strSaveFilename as string strSaveFileName = "C:\Program Files\Example folder\test.txt" rs1.Open "SELECT * from [" & strSaveFilename & "] ;", _ connTXT, adOpenStatic, adLockReadOnly...

Part and Inventory Search

Back
Top