query question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tom taol

    #1

    query question

    i have a table with a field.
    table name = tbl
    field name = fld

    fld
    abc
    bda
    cdfd
    aadr

    after query
    kbc
    bdk
    cdfd
    kkdr

    i want to change a letter "a" to "k".

    *** Sent via Developersdex http://www.developersdex.com ***
  • pietlinden@hotmail.com

    #2
    Re: query question

    look up Replace in help It does just that..

    Comment

    Working...