Forum Discussion
_anomDiebolt_
10 years agoQrew Elite
> ... Dan's formula will not work
CORRECTED:
Round Down
Int(Year(Today()) - Year([Empl Svc Dt]))
Round Up
Int(Year(Today()) - Year([Empl Svc Dt]) + 1)
CORRECTED:
Round Down
Int(Year(Today()) - Year([Empl Svc Dt]))
Round Up
Int(Year(Today()) - Year([Empl Svc Dt]) + 1)