B
Booth
I've got empty space in my records (ie "abcd ', "efgh " etc) I have tried to
use the find and replace but this is not working
I have also attempted to run an update query to update the cell from
"abcd " to "abcd" but when i do this it just takes out the info and replaces
with a '0'. I am not sure if i have the update to set incorrectly or what. i
have:
"SET myfield"=Replace("myfield"," ","")
use the find and replace but this is not working
I have also attempted to run an update query to update the cell from
"abcd " to "abcd" but when i do this it just takes out the info and replaces
with a '0'. I am not sure if i have the update to set incorrectly or what. i
have:
"SET myfield"=Replace("myfield"," ","")