JonWolgamuth
Technical User
I have a database here at work (not developed by me) where there is a text field that is laid out thusly:
Undelimited_Field
LLL-LLLL-3
LLLLL-LL-5
LL-LLLLLLL-19
I need to be able to parse the field into 3 fields, the last one being a number field.
Is there a quick and easy way to create a recordset based on this field using the dash as a delimiter? It sounds easy, but so far I am stumped.
Humbly,
jon
Undelimited_Field
LLL-LLLL-3
LLLLL-LL-5
LL-LLLLLLL-19
I need to be able to parse the field into 3 fields, the last one being a number field.
Is there a quick and easy way to create a recordset based on this field using the dash as a delimiter? It sounds easy, but so far I am stumped.
Humbly,
jon