S
scottypws
Date Differential between full date (month, day, year) and partial date
(month and day).
Really need you help on this one.
I am trying to write a QBE expression that identifies if the an employee's
last performance evaluation date (e.g. 07/15/2007 a full date with month, day,
and year) is within one year of the employee's anniversary date of hire (e.g.
12/15 just the month and day--no year). If it is, the evaluation date will
be tagged as "current."
If the evaluation date (e.g. 11/10/2007)is within 60 days of the
anniversary month (e.g. 12/15) I will tag the evaluation date as "Pending."
And if the evaluation date (e.g. 10/20/07) is greater than 60 days from the
anniversary month (e.g. 07/25) than the evaluation will be tagged as "Overdue.
"
How can I use a DateDiff to express these conditions in a QBE expression?
Thanks,
Scotty
(month and day).
Really need you help on this one.
I am trying to write a QBE expression that identifies if the an employee's
last performance evaluation date (e.g. 07/15/2007 a full date with month, day,
and year) is within one year of the employee's anniversary date of hire (e.g.
12/15 just the month and day--no year). If it is, the evaluation date will
be tagged as "current."
If the evaluation date (e.g. 11/10/2007)is within 60 days of the
anniversary month (e.g. 12/15) I will tag the evaluation date as "Pending."
And if the evaluation date (e.g. 10/20/07) is greater than 60 days from the
anniversary month (e.g. 07/25) than the evaluation will be tagged as "Overdue.
"
How can I use a DateDiff to express these conditions in a QBE expression?
Thanks,
Scotty