J
James
I have a form in an access database. This form tells us when our employees have taken their year tests and when the next one is due. This testing is yearly. I have a form that will show:
1) the name of the employee
2) when the test was last taken
3) when the next test should be taken
4) if their testing status is "expired" due to missing a test date
the problem is that 4th colum is not caculating exipired correctly. We have employees that have taken their test this year and colum 3 does state the correct next test for next year yet, they are showing as "expired" as if they had missed this years test. Here is the formula for the "status" colum:
=IIf([next test]<Now(),"EXPIRED!",Null)
Any advice or help would be appriciated....
Thanks,
James B.
1) the name of the employee
2) when the test was last taken
3) when the next test should be taken
4) if their testing status is "expired" due to missing a test date
the problem is that 4th colum is not caculating exipired correctly. We have employees that have taken their test this year and colum 3 does state the correct next test for next year yet, they are showing as "expired" as if they had missed this years test. Here is the formula for the "status" colum:
=IIf([next test]<Now(),"EXPIRED!",Null)
Any advice or help would be appriciated....
Thanks,
James B.