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

    Reading text file and convert it to database table

    One way would be to read the text file line-by-line using the Line Input #(delimited text files) or Input# (looking for EOF). As you receive each line in the text file, write that text, using AddNew, to a new record in a temporary Access database table that you have previously created. That...

Part and Inventory Search

Back
Top