Hi everyone.
I have a number field in my table that contains numbers 1, 2, 3, 4, and also blanks.
I am writing a query from the table as I dont want to see the rows that have a value of '1' in that field.
When I write the following selection criteria...
The query then also omits the blank rows from the table...
Can someone tell me why it is doing this?
Cheers
Foxy
I have a number field in my table that contains numbers 1, 2, 3, 4, and also blanks.
I am writing a query from the table as I dont want to see the rows that have a value of '1' in that field.
When I write the following selection criteria...
Code:
WHERE [table].[field] <> 1
The query then also omits the blank rows from the table...
Can someone tell me why it is doing this?
Cheers
Foxy