replace the punctuation with blank

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nick999
    New Member
    • Nov 2014
    • 2

    replace the punctuation with blank

    Hi,

    I have the address fields (addr1, addr2, city....) in table in access, i need to replace all punctuation (.,#@) in the above fields with blank, let say my table name is AddressTable.

    Thanks,
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You can use the replace function in an update query to do that.

    Comment

    Working...