How to filter a Query in Access for Is Null (not "Is Null")??
NZ([Value1], Is Null)
or
IIF(IsNull(Value1] = True, Is Null, 0)
Basically, the above two codes generate no results. If I add a "Is Null", it yields no result either because the Field is looking for "Is Null" which is not what the field contains. I want to show everything that is truly Is Null like below but don't know how to code this!
e.g.
![]()