I want to run a query that gives results where EITHER
1.) field A is not blank (Is not null)
or
2.) field B is not blank
i know how to return results where BOTH conditions are true, but i do not know how to query so that all results are returned where one or the other criteria are true.
please help!
thanks
1.) field A is not blank (Is not null)
or
2.) field B is not blank
i know how to return results where BOTH conditions are true, but i do not know how to query so that all results are returned where one or the other criteria are true.
please help!
thanks