I wonder if someone can help please, I have a field in a db table that contains a string made up of 5 numbers seperated by spaces a sample of which is shown below
if the spaces were always in the same place I would use Left, Mid etc.
What i would like to do is split these values into 5 seperate fields, could someone explain how I could do this please
Regards
Paul
Code:
30 363 253 363 250
30 258 98 258 95
30 333 293 333 290
if the spaces were always in the same place I would use Left, Mid etc.
What i would like to do is split these values into 5 seperate fields, could someone explain how I could do this please
Regards
Paul