I have a field that will contain information in the following format:
data-data1-data2-data3
Each chunk of data will be variable in length, but they will always be seperated by the - field.
I am able to get the first chunk out, and the last chunk out, but just can't wrap my brain around how to get the middle ones out (data1, data2).
Here is an example piece of data:
4457-55-9-22325
I would like to know what I can put in my access query (must be in a query as there are reports already built on this) that will pull out 4457 as a result, 55, 9, and 22325 all as seperate results.
Thanks for the help
And, before anyone says to split them into seperate fields or anything of that nature, trust me, I tried, but the powers at be require the data entry to be as it is above, and I am unable to change it.
data-data1-data2-data3
Each chunk of data will be variable in length, but they will always be seperated by the - field.
I am able to get the first chunk out, and the last chunk out, but just can't wrap my brain around how to get the middle ones out (data1, data2).
Here is an example piece of data:
4457-55-9-22325
I would like to know what I can put in my access query (must be in a query as there are reports already built on this) that will pull out 4457 as a result, 55, 9, and 22325 all as seperate results.
Thanks for the help
And, before anyone says to split them into seperate fields or anything of that nature, trust me, I tried, but the powers at be require the data entry to be as it is above, and I am unable to change it.