That would be the <a href="http://www.techonthenet.com/access/functions/string/replace.php">Replace Function</a>
If you want to use it in a SQL UPDATE command, it would be something like this:
<pre>UPDATE your_table
SET your_field = REPLACE(your_field,"NORTH","BILLY BOB")
WHERE <conditions></pre>
-----------------
Last Wiki Answer Submitted: May 4, 2010 6:42 pm by carlosdl63,535 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.