In my table, the entire field starting at (F7 through F??) contains a text that starts with a numeric code with "-" in between the number.
I need to scan all these records, and replace only the number part to be in the following format ##-### (that is 2 digits to the left of the "-" and 3 digits to the right of the "-", by adding trailing zeros to the left if needed. The remaining text would stay the same. All values need to be replaced in place (i.e. not copied to another field).
Example:
"9-50 ADJC CURD" Change to "09-050 ADJC CURD"
"3-110 PER SAM" Change to "03-110 PER SAM"
"11-70 REC" Change to "11-070 REC"
"17-120 QA" remains the same as "17-120 QA"
Bookmarks