S
sdhi
I have a table with a field containing alphabetical characters inserted in
numbers - like 10A6, 7Bde, or 100C1. The alphabetical character is a code for
status. I need to get the character out of the string, interpret what the
character stands for then insert the word back into the string. Like 10A6
should become 10Active6 or 100C1 should be 100Current1. The alphabetic
characters are not always in the same positon. I've set up a table with each
Alphabetic code and the word associated with it. How do I grab interior
section of a string and replace it?
It's sort of like a find and replace, but there must be a better way. I've
got 100,000+ plus records to update. Any help would be appreciated!
numbers - like 10A6, 7Bde, or 100C1. The alphabetical character is a code for
status. I need to get the character out of the string, interpret what the
character stands for then insert the word back into the string. Like 10A6
should become 10Active6 or 100C1 should be 100Current1. The alphabetic
characters are not always in the same positon. I've set up a table with each
Alphabetic code and the word associated with it. How do I grab interior
section of a string and replace it?
It's sort of like a find and replace, but there must be a better way. I've
got 100,000+ plus records to update. Any help would be appreciated!