I am frequently finding myself have to replace text in a table(s). I know there must be a better way to do this, so I am asking for suggests.
EXAMPLE: Replace 'TH-' in the ABBR_1 field with 'TMF-'
Table name: ABBR
Thank for the suggestions.
--Rob
EXAMPLE: Replace 'TH-' in the ABBR_1 field with 'TMF-'
Table name: ABBR
Code:
ABBR_1 PRICE Desc
------ ----- ----
TH-34 12.34 3" thermaform
TH-12 15.45 1" thermaform
ER-T 12.00 T-Erector
--Rob