I am not sure if this is a simple or not, but hoping to find an answer.
I am trying to run a query and here is the information i want to pull all the records that have "OMR-A" in the field "sReturnChallengeAbbr". Then of those records, i only want to pull records that meet EITHER of the following 2 criteria, it WILL NOT equal the word "Mail" in the field "szAVStatusAbbr" or it WILL equal the number "1" in the field "iUOCAVARankEmail" .
Here is a pic of the current query (which does not work)
When i try and run this query it pulls WAAAY more records than it should and it doesnt following the roginal criteria rule of only pulling recrods that have "OMR-A" in the field "sReturnChallengeAbbr"
Any suggestions?