I want to do a simple filter on a report,
(Field1 <> Field2) or (Field3 <> Field4)
So, if the first set or the second set are not equal, show the results. (We may have the first set be equal, but not the second set, and we want to see that.)
So, in my table's Filters dialog, I do
Expression: Field1
Operator: !=
Value: Field2
Expression: Field3
Operator: !=
Value: Field4
the And/Or column for the first filter, shows 'and', and I cannot change it.
How do I get the filter I want?