D
disneygoof via AccessMonster.com
Greetings all...
Thank you all for all the help you have provided over the course of my
database building...
Now, I have a nother issue...
I am tryng to query a table of data using multiple criteria and it does not
seem to work the way I think it should...suprise, suprise!!!
I have multiple fields in the query (A, B, C, D, E, F and G) for example
I need to return all "C" if these conditions are true...
A is null (Date/TIme)
B = 0 (Yes/No)
C > D or C is null (Date/TIme)
D (Date/Time) <--no criteria here
E is null (Date/Time)
F is null (Date/Time)
G = 0 (Yes/No)
There are other fields I return all data...but they shouldn't be an issue...
No criteria on them
What does not seem to work is the C>D or C is null Criteria. I have tried
AND, I have added them into the parameter section, I have tried TWO seperate
lines under criteria...I am at a loss???
I believe the NULL items ar coming accross correctly (many to verify), but
when not C>D...I am getting C>D and D>C data returning. If I use AND, I do
not get the C is Null, but I get the C>D.
Thoughts???
Thanks,
David
Thank you all for all the help you have provided over the course of my
database building...
Now, I have a nother issue...
I am tryng to query a table of data using multiple criteria and it does not
seem to work the way I think it should...suprise, suprise!!!
I have multiple fields in the query (A, B, C, D, E, F and G) for example
I need to return all "C" if these conditions are true...
A is null (Date/TIme)
B = 0 (Yes/No)
C > D or C is null (Date/TIme)
D (Date/Time) <--no criteria here
E is null (Date/Time)
F is null (Date/Time)
G = 0 (Yes/No)
There are other fields I return all data...but they shouldn't be an issue...
No criteria on them
What does not seem to work is the C>D or C is null Criteria. I have tried
AND, I have added them into the parameter section, I have tried TWO seperate
lines under criteria...I am at a loss???
I believe the NULL items ar coming accross correctly (many to verify), but
when not C>D...I am getting C>D and D>C data returning. If I use AND, I do
not get the C is Null, but I get the C>D.
Thoughts???
Thanks,
David