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 bkrike 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: jmerrow
  • Content: Threads
  • Order by date
  1. jmerrow

    Please help me parse a string into a new table...

    I need to take the following fields... id, string, and parse the string into a new table as follows: Table1 id1 string1 ----- ------- 1234 123,456,789 into Table 2 id2 string2 ---- ------- 1234 123 1234 456 1234 789 I am using DAO in Access 97. Please help...

Part and Inventory Search

Back
Top