A
Angyl
I'm using this for a custom field in outlook:
DateDiff("m", [ContractDate] , Date())
to show how long a client has been with us in months. I'd like to change
that to years but I can't get it.
I've tried changing the "m" to "y" with no success
and tried adding /12 to the end of the formula with no success either.
Help?
DateDiff("m", [ContractDate] , Date())
to show how long a client has been with us in months. I'd like to change
that to years but I can't get it.
I've tried changing the "m" to "y" with no success
and tried adding /12 to the end of the formula with no success either.
Help?