Can an update query be used to change a portion of text within a record?
I have a field that is populated by numerous records that contain the string "//" eg CCCC//CCNN.CCC
I want to write an update query that will select fields that contain the "//" and change the "//" to "@". So in the above example the result would be CCCC@CCNN.CCC
Thanks to everyone who has been so helpful in the past.
PLEASE no VBA answers, I need this in Access.
I have a field that is populated by numerous records that contain the string "//" eg CCCC//CCNN.CCC
I want to write an update query that will select fields that contain the "//" and change the "//" to "@". So in the above example the result would be CCCC@CCNN.CCC
Thanks to everyone who has been so helpful in the past.
PLEASE no VBA answers, I need this in Access.