2
2Blessed4Stress
I have a table where the data was imported from tables connected to another
MS Access database using ODBC connection. The data in one field, which is a
memo field, contains little square box carriage return symbols in it.
I've tried using an update qry like this:
Replace([DESCRIPTION],Chr(13) & Chr(10)," ")
to replace the symbols with spaces. It says it updates but it doesn't. Can
someone please explain a way to remove those squares from my data?
MS Access database using ODBC connection. The data in one field, which is a
memo field, contains little square box carriage return symbols in it.
I've tried using an update qry like this:
Replace([DESCRIPTION],Chr(13) & Chr(10)," ")
to replace the symbols with spaces. It says it updates but it doesn't. Can
someone please explain a way to remove those squares from my data?