Thanks Ido, is it then possible to add a character before or after this character I'm searching for. If it was a known number of character then it would be fine, but the field could have any number of entries.
Here is what I'm trying to do:
Current data: 245 12 4789
Desired data: 245, 12, 4789
Very simple idea, but aggravating. I'm thinking I would do a search through the string to the first blank space and record the position number, add the comma, and then put that into a variable and then continue to search throughout the variable. The remaining search is the sticking point.