M
Mark Hammer
Access XP.
I have a table with a text field, which can have letter values A, B, C, or
D, or it can be null.
A query on that table, with criterion for that field set to [<>"C"] excludes
the records with null values as well as those having "C".
This doesn't make sense to me. In order to get what I want, I need to have
the criterion say [<>"C" OR Is Null].
There must be a principle here that I have not learned. TIA to anyone who
can explain to me why [<>"C"] also excludes nulls.
Mark Hammer
Lake Oswego, Oregon, U.S.
I have a table with a text field, which can have letter values A, B, C, or
D, or it can be null.
A query on that table, with criterion for that field set to [<>"C"] excludes
the records with null values as well as those having "C".
This doesn't make sense to me. In order to get what I want, I need to have
the criterion say [<>"C" OR Is Null].
There must be a principle here that I have not learned. TIA to anyone who
can explain to me why [<>"C"] also excludes nulls.
Mark Hammer
Lake Oswego, Oregon, U.S.