G
Gee
I've got a query where it is supposed to return all
records where the Deadline is greater than 0. (Under
deadline is a negative number, over is positive) What I'm
getting is everything BUT 0, as in I'll get records that
have 1, 2, -9, -22...see, I don't know why I'm getting
negatives if I'm asking for >0.
The criteria looks like this:
[Overdue/Under-Deadline Days]>"0"
What am I doing wrong?
Thanks in advance for your help.
records where the Deadline is greater than 0. (Under
deadline is a negative number, over is positive) What I'm
getting is everything BUT 0, as in I'll get records that
have 1, 2, -9, -22...see, I don't know why I'm getting
negatives if I'm asking for >0.
The criteria looks like this:
[Overdue/Under-Deadline Days]>"0"
What am I doing wrong?
Thanks in advance for your help.