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...
WHERE [table].[field] <> 1
The...