J
JethroUK
I've tried:
not "cl"
<> "cl"
but it wont find some case where field is <blank> or null
Is that right?
I have been using queries for a million years and i alway considered <> "cl"
includes null/empty fields
As a result i have had to use:
Not "cl" Or Is Null
And i've never had to do that before
not "cl"
<> "cl"
but it wont find some case where field is <blank> or null
Is that right?
I have been using queries for a million years and i alway considered <> "cl"
includes null/empty fields
As a result i have had to use:
Not "cl" Or Is Null
And i've never had to do that before