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

    Access MS Jet SQL parse delimited text in field.

    The code will run in Access when run as an SQL statement. The application I'm building utilizes JET only. For testing purposes, I use AnySQL Maestro Professional. This is where I get the error. Not sure I was clear enough. What I need, is to parse the field by the "|" delimiter getting FL as...
  2. blueknight529

    Access MS Jet SQL parse delimited text in field.

    Tried it, got this: Undefined function 'Replace' in expression
  3. blueknight529

    Access MS Jet SQL parse delimited text in field.

    Table contains a field as below: record_id FL|8|B-94|12|3 FL|8|E336|12|9 GA|59|SL12BTJ507|12|1 Due to program limitations, I MUST use ONLY MS Jet SQL. I need to SPLIT this field into 5 Variables, using the "|" as a delimiter. No VBA, No Function Building, No Access Features, strictly using MS...

Part and Inventory Search

Back
Top