You can also include a call to the Replace function, or I've seen in some cases where you need a wrapper around the Replace, in an SQL Update statement.
UPDATE <tablename>
SET <fieldname> = Relace(<fieldname>, <from>, <to>)
Good Luck
--------------
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein