I have a query that looks for null values in 2 fields. The criteria expression I use is:
Is Null Or Like "" Or Like ' *'
But it still misses some rows with blank fields where the expression should pick them up. Is there something else I could add to the criteria expression? I always thought those 3 things should cover it.
Is Null Or Like "" Or Like ' *'
But it still misses some rows with blank fields where the expression should pick them up. Is there something else I could add to the criteria expression? I always thought those 3 things should cover it.