ousoonerjoe
Programmer
I have a field that is storing anywhere from 0 (NULL) to 3 values (all chars). The delimiter is "/". NOTE: The field will have UP TO 3 values, but could be NULL.
Sample data: 'GL/PRIMARY' or 'GL/PRIMARY/OCCURANCE'
How do parse out the 3 values to 3 different columns?
ie: [CoverageName] = c.UserDef2 (1st part),
[CoverageLayer] = c.UserDef2 (2nd part),
[CoverageForm] = c.UserDef2 (3rd part),
Any and all suggestions are welcome and appreciated.
"If I were to wake up with my head sewn to the carpet, I wouldn't be more surprised than I am right now.
Sample data: 'GL/PRIMARY' or 'GL/PRIMARY/OCCURANCE'
How do parse out the 3 values to 3 different columns?
ie: [CoverageName] = c.UserDef2 (1st part),
[CoverageLayer] = c.UserDef2 (2nd part),
[CoverageForm] = c.UserDef2 (3rd part),
Any and all suggestions are welcome and appreciated.
"If I were to wake up with my head sewn to the carpet, I wouldn't be more surprised than I am right now.