On 11 Dec 2006 19:36:47 -0800,
starke1120@hotmail.com wrote:
The AS/400 people probably can help you by revising their export
routine. Take that route first.
-Tom.
Quote:
>I have a table (tblVAS) that contains a field called VAS (Value Added
>Servies). This field is imported from an AS/400 and the filed contains
>several codes that relate to Value Added Services. The problem is that
>they are not ALWAYS seperated with a space, but sometimes are.
>
>I am in need of query the field and matching up the codes to the
>actually description in another table. example
>
>VAS coloum in tblVAS may have the following
>
>GOHSLBL MSRPCLIPHTAG
>
>in another table (tblDesc) I have the the code and the description like
>so:
>
>GOH - Goes on Hanger
>SLBL - Soccer Lift etc...
>MSRP- Manufactor Sugesste etc
>CLIP - etc
>
>Not all records in the tblVAS will have all the VAS codes in the
>string. I need to parse out the ones it has. I hope this makes sense.
But I can not figure out out to parse out all the codes in the VAS
>column of tblVAS.
>
>Any help is appreciated.
>
>Thanks,
>
>Dave