Hi, I've got have a series of Cost Codes in field Ccode. These are Text. They currently look like this:
Ccode
3906.
01
02
3907.
01
02
Which needs to look like this:
3906.01
3906.02
3907.01
3907.02
I beleive I need to do some sort of looping function, concatenate the strings and then delete the original five character string. The string lenghth will either be two characters or five characters in all cases.
Any help with this would be appreciated.
Thanks
Ccode
3906.
01
02
3907.
01
02
Which needs to look like this:
3906.01
3906.02
3907.01
3907.02
I beleive I need to do some sort of looping function, concatenate the strings and then delete the original five character string. The string lenghth will either be two characters or five characters in all cases.
Any help with this would be appreciated.
Thanks