Hello.
I do have a query that will show values in a listbox.
I would like to set the criteria, to find all values from the field "status" that not has the value "OK".
Or if you like;
I would like a criteria that finds the values "B" or "S" and the fields with no values (the ones that still are left blank), and not the fields with the value "OK"
I've tried with the criterias:
1) "B" OR "S" OR ""
2) "B" OR "S" OR " "
3) "B" AND "S" AND ""
4) Not like "OK"
But none of them worked...
Any ideas??
Chris
I do have a query that will show values in a listbox.
I would like to set the criteria, to find all values from the field "status" that not has the value "OK".
Or if you like;
I would like a criteria that finds the values "B" or "S" and the fields with no values (the ones that still are left blank), and not the fields with the value "OK"
I've tried with the criterias:
1) "B" OR "S" OR ""
2) "B" OR "S" OR " "
3) "B" AND "S" AND ""
4) Not like "OK"
But none of them worked...
Any ideas??
Chris