A
Adam
Hi All,
I have some data from an old legacy system which I want to try and
cleanup.
There is a field called 'CaseTypeFullDesc' and it contains data in the
below format example:
"phone number provided - No callback provided - retailer poor
performance - retail performance"
or it could be:
"retailer poor performance - retailer performance"
Now I want to seperate the data like below:
"Retailer Performance - retailer poor performance - No callback
provided - phone number provided"
and
"Retailer performance - retailer poor performance"
As you can see the data is back-to-front by the "-" and the field
varies in length.
I have looked at the InStr() function however I don't think this would
quite work.
Does anyone know how to split and rejig this data in a query?
Many Thanks
Adam
I have some data from an old legacy system which I want to try and
cleanup.
There is a field called 'CaseTypeFullDesc' and it contains data in the
below format example:
"phone number provided - No callback provided - retailer poor
performance - retail performance"
or it could be:
"retailer poor performance - retailer performance"
Now I want to seperate the data like below:
"Retailer Performance - retailer poor performance - No callback
provided - phone number provided"
and
"Retailer performance - retailer poor performance"
As you can see the data is back-to-front by the "-" and the field
varies in length.
I have looked at the InStr() function however I don't think this would
quite work.
Does anyone know how to split and rejig this data in a query?
Many Thanks
Adam