I am trying to remove all hyphens from 1 column in a access table. I have created an update query, but when I try to insert a replace function, I get compile errors in my query expression. I am trying to strip out all hyphens from the column Award number from the Port Area table. Help Please!!
Field: Award Number
Table: Port Area
Update to: Replace([Award Number],"-","")
This is what I have in the update query I am creating. Do I have to write vba code for the replace function for it to work? Any help is appreciated.
Field: Award Number
Table: Port Area
Update to: Replace([Award Number],"-","")
This is what I have in the update query I am creating. Do I have to write vba code for the replace function for it to work? Any help is appreciated.