In my SQL I have a column that returns a boolean value (-1 or 0), no
problem.
I need to be able to only see the records that return a 0 (False). I
can sort and bring these to the top.
When I attempt to create a criteria on the QBE or filter (right click
menu), I am confronted with a ""This expression is typed incorrectly,
or is too complex to be evaluated"" error.
I have tried filtering on "0", "False", "Not True", "<>-1", ".-1", all
with the same error.
What am I doing wrong?
- Daron
problem.
I need to be able to only see the records that return a 0 (False). I
can sort and bring these to the top.
When I attempt to create a criteria on the QBE or filter (right click
menu), I am confronted with a ""This expression is typed incorrectly,
or is too complex to be evaluated"" error.
I have tried filtering on "0", "False", "Not True", "<>-1", ".-1", all
with the same error.
What am I doing wrong?
- Daron
Comment