i am using this formula:
expr2: DateDiff("yyyy",[hiredate],Now())+1
it returns the correct number for example the first record is 1/15/1900. The 15 is correct but why is it giving it to me in this date format?
thanks
expr2: DateDiff("yyyy",[hiredate],Now())+1
it returns the correct number for example the first record is 1/15/1900. The 15 is correct but why is it giving it to me in this date format?
thanks