B
bracknellconfused
I have a database table of 177 records. Using an expression in a query of
Field<>"" correctly selects the 102 records that have values in Field.
However, another query using the expression Field="" does not select the
other 75 fields, in fact the query produces no results.
This is a nonsense in that if the <> result is being presented correctly the
= result should also operate and deliver the other records to a query.
Any suggestions, is there a bugfix missing?
Field<>"" correctly selects the 102 records that have values in Field.
However, another query using the expression Field="" does not select the
other 75 fields, in fact the query produces no results.
This is a nonsense in that if the <> result is being presented correctly the
= result should also operate and deliver the other records to a query.
Any suggestions, is there a bugfix missing?