Hi,
Probably, this is something silly, but I need to understand how to solve this.
I have a title field for which I wanted to replace all the "N/A" to null. I used the replace function as =replace(title,"N/A",""). This made those records as null (as expected). However, if I run a selection query to find all records who have the title field as null, then it doesn't work. It will find all those records that were null in the first place.
I think that Access thinks that, when I apply the replace function, the field is "populated" with null value(?).
What do you think? How can I pick all those null records?
Thanks!
Probably, this is something silly, but I need to understand how to solve this.
I have a title field for which I wanted to replace all the "N/A" to null. I used the replace function as =replace(title,"N/A",""). This made those records as null (as expected). However, if I run a selection query to find all records who have the title field as null, then it doesn't work. It will find all those records that were null in the first place.
I think that Access thinks that, when I apply the replace function, the field is "populated" with null value(?).
What do you think? How can I pick all those null records?
Thanks!