J
jc.vega via AccessMonster.com
I am trying get a result using the following WHERE statement, which doesn't
work - or should I say, doens't give the correct result.
WHERE Fields.fLabsCutoff<#12/18/2006# And (Fields.fCBC=Yes) And (Fields.
fCBCReceived=No) OR (Fields.fChem7=Yes) And (Fields.fChem7Received=No) OR
(Fields.fXRAY=Yes) and (Fields.fXRAYReceived=No);
If I do the following it works fine:
WHERE Fields.fLabsCutoff<#12/18/2006# And (Fields.fCBC=Yes) And (Fields.
fCBCReceived=No);
Any help given is much appreciated.
work - or should I say, doens't give the correct result.
WHERE Fields.fLabsCutoff<#12/18/2006# And (Fields.fCBC=Yes) And (Fields.
fCBCReceived=No) OR (Fields.fChem7=Yes) And (Fields.fChem7Received=No) OR
(Fields.fXRAY=Yes) and (Fields.fXRAYReceived=No);
If I do the following it works fine:
WHERE Fields.fLabsCutoff<#12/18/2006# And (Fields.fCBC=Yes) And (Fields.
fCBCReceived=No);
Any help given is much appreciated.