I need to take a column (Skills) that contains multiple codes (CO;WE;PS) etc.
and turn each code into a row. I tried using Switch, but that only works if
the Skills column has one code in it. Not sure if I need some sort of IF
InStr combo, and not sure how I would construct that. Any ideas?
tia.
HB - 19 Jan 2005 01:21 GMT
Sorry, meant to put into Queries forum, but if you can help here.....
> I need to take a column (Skills) that contains multiple codes (CO;WE;PS) etc.
> and turn each code into a row. I tried using Switch, but that only works if
> the Skills column has one code in it. Not sure if I need some sort of IF
> InStr combo, and not sure how I would construct that. Any ideas?
>
> tia.