(Elementary user)
Can anyone tell me the correct operator (e.g. = <> !) for checking fields that have no assigned value.
In layman's terms, I'm looking to build a query like this:
"Find me all the records that have an empty surname" AND "Find me all the records that have an empty age" hence:
Surname=""; AND Age="";
Best regards
Can anyone tell me the correct operator (e.g. = <> !) for checking fields that have no assigned value.
In layman's terms, I'm looking to build a query like this:
"Find me all the records that have an empty surname" AND "Find me all the records that have an empty age" hence:
Surname=""; AND Age="";
Best regards