Hi,
I am struggling a bit here so let me try and explain!
I have two date columns in my table and query (Rec Date and Hasten Date).
To begin, I had two simple expressions in my query:
Days Early: [Rec Date]-[Hasten Date]
Days Late: [Rec Date]-[Hasten Date]
The query runs fine but obviously I have both sets of numbers (late and early) in my output. I tried adding criteria for "<=0" in Days Early and ">0" in Days Late but still have issues.
So basically what I need is to display only numbers greater than "0" in my Days Late column and numbers less than or equal to "0" in my Days Early column.
Am I going about this the right way or should I try something different?
Thanks in advance!