Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to use a access query to search a data table for the value 0 and for Null fields if the queryselect-field in the queryselect-table has the value -1.
when I write the criteria like this:
0 or IIF( [queryselct]![queryselect] = -1,NULL,0)
I get the error massage:
You have entered an operand without an operator.
and then marks the NULL statement.
Can someone please tell me what I'm doing wrong because MS Help can't.
Asgard
when I write the criteria like this:
0 or IIF( [queryselct]![queryselect] = -1,NULL,0)
I get the error massage:
You have entered an operand without an operator.
and then marks the NULL statement.
Can someone please tell me what I'm doing wrong because MS Help can't.
Asgard