5
555466
How is it possible to make an UpdateQuery, which would go through all the
records in certain Table, in certain Field and for example find all the
g-letters and replace them with w-letter. I know, how to do it with the
whole information on Fields (for example Criteria="XYZ" Update to"ZYX", but
how to go through and change some of the letters in fields ?
Field Criteria="a" Update to "E"
-------
Jack JEck
Jan JEn
Jill Jill
Jim Jim
Jordan JordEn
Andrew Andrew
records in certain Table, in certain Field and for example find all the
g-letters and replace them with w-letter. I know, how to do it with the
whole information on Fields (for example Criteria="XYZ" Update to"ZYX", but
how to go through and change some of the letters in fields ?
Field Criteria="a" Update to "E"
-------
Jack JEck
Jan JEn
Jill Jill
Jim Jim
Jordan JordEn
Andrew Andrew