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'
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'