Why did you not just use the MS Access VBA String Function Replace ??
Replace ( string1, find, replacement )
string1 : The string to replace a sequence of characters with another set of characters.
find : The string that will be searched for in string1.
replacement : The string to replace find in string1