I have a large database of city names, and I need to replace many abbreviations and punctuation with spaces and/or spell out the name. Using Find and Replace is too time consuming and crashes Access because there are so many records so I was thinking of doing it with an Update Table query using a REPLACE function.
One problem I am having is that I want the string that it is looking for to only change if it matches the beginning of the field.
For example, if "ST " starts at the beginning of the field, I want to replace it with "SAINT ".
However, if "ST " is anywhere else - for example "FIRST N", I don't want it changed.
It seems really simple, as I can query this, and do it using Find and Replace, but I can't find how to do it with the REPLACE function. I even looked into a little doing it in the SQL view in Access.
Any ideas?
Thank you!