perhaps i am thick in the skull but i can't figure out how to do this. in a query, i want to take a number like 037012 and replace the first two characters (03) with two other characters. help!
use an Update Query, and set the Update To row to
"NewValue" & mid([FieldName],3)
This will update ALL RECORDS with those characters you put in place of NewValue, and then everything in the field from position 3 on, unless you specify a Criteria to limit which records get updated
.
Paul F
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.