T
Tony Williams
I have a field in a table and some records contain the words "No data" I want
to delete those words and leave the field empty for those records. I've tried
running an update query that changes the data to " " ie a space but this
space is still treated as data when I want the field to be empty. I've also
tried using Is Null in the update query but get an error message about a
missing operator when I run the query. So, how do I do this?
Thanks
Tony
to delete those words and leave the field empty for those records. I've tried
running an update query that changes the data to " " ie a space but this
space is still treated as data when I want the field to be empty. I've also
tried using Is Null in the update query but get an error message about a
missing operator when I run the query. So, how do I do this?
Thanks
Tony