P
pat67
Hi, I have a query in which I am trying to eliminate data by way of
criteria. For example, I want to show the output where field 1 is not
null AND field 2 to does not equal a specific input AND field 3 does
not equal a specif input. I need the out put to show where only all 3
of these are met. What I am getting is an output showing where ANY of
these are met. Here is the line from the sql
WHERE ((Not (qrySE16_New.WBS) Is Null) AND ((qrySE16_New.MRPC)<>"TLS")
AND ((qrySE16_New.[Doc Type])<>"ID"));
Obviously I am doing it wrong. Please help. Thanks
criteria. For example, I want to show the output where field 1 is not
null AND field 2 to does not equal a specific input AND field 3 does
not equal a specif input. I need the out put to show where only all 3
of these are met. What I am getting is an output showing where ANY of
these are met. Here is the line from the sql
WHERE ((Not (qrySE16_New.WBS) Is Null) AND ((qrySE16_New.MRPC)<>"TLS")
AND ((qrySE16_New.[Doc Type])<>"ID"));
Obviously I am doing it wrong. Please help. Thanks