ProjectExplorer
Programmer
I have four fields in a query:
Date Sent
APacks
BPacks
CPacks
DPacks
I need to construct a query where:
Date Sent = Is Null
AND ANY ONE OF THE FOLLOWING IS TRUE:
APacks = Not Is Null
OR
BPacks = Not Is Null
OR
CPacks = Not is Null
OR
DPacks = Not Is Null
How do I do this? Basically how do you construct and query using a comination of AND + OR. I'm not strong on SQL so need to use the query grid.
Any help appreciated.
Date Sent
APacks
BPacks
CPacks
DPacks
I need to construct a query where:
Date Sent = Is Null
AND ANY ONE OF THE FOLLOWING IS TRUE:
APacks = Not Is Null
OR
BPacks = Not Is Null
OR
CPacks = Not is Null
OR
DPacks = Not Is Null
How do I do this? Basically how do you construct and query using a comination of AND + OR. I'm not strong on SQL so need to use the query grid.
Any help appreciated.