David Ball
Registered User.
- Local time
- Tomorrow, 07:34
- Joined
- Aug 9, 2010
- Messages
- 230
Query filtering out more rows than the Criteria I set (filtering out "blank" rows).
Hi,
I am trying to filter a field value out of a query. The Field is called Discipline and the value I want to filter out is called IND.
In the criteria row for field Discipline in the query I have <> ”IND”.
The problem is it is filtering out IND but also any rows where there is no value in the Discipline field.
However, when I set my criteria row to “IND” the query returns only rows with the value IND, not those with no value.
How can I get this to work properly?
Thanks very much.
Dave
Hi,
I am trying to filter a field value out of a query. The Field is called Discipline and the value I want to filter out is called IND.
In the criteria row for field Discipline in the query I have <> ”IND”.
The problem is it is filtering out IND but also any rows where there is no value in the Discipline field.
However, when I set my criteria row to “IND” the query returns only rows with the value IND, not those with no value.
How can I get this to work properly?
Thanks very much.
Dave