J
JJBaseball
Hello,
I have written a query against a MS Access table that looks something like:
Select * from myTable when color <> "blue"
It correctly does not return any rows with "blue" in the color column. But
it also does not return rows with Null in the column.
Can someone tell me why and how to fix it?
Thank you
I have written a query against a MS Access table that looks something like:
Select * from myTable when color <> "blue"
It correctly does not return any rows with "blue" in the color column. But
it also does not return rows with Null in the column.
Can someone tell me why and how to fix it?
Thank you