TheConeHead
Programmer
I need a query that will return all records that:
NOT field1 = 'a'
AND
field2 = '1' OR field2 = '2' OR field2 = '3'
AND (here is the problem)
if field1 = 'b' I wonly want the records where
field2 = '1' OR field2 = '2'
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
NOT field1 = 'a'
AND
field2 = '1' OR field2 = '2' OR field2 = '3'
AND (here is the problem)
if field1 = 'b' I wonly want the records where
field2 = '1' OR field2 = '2'
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)