Hello
Trying to figure this out
DateOfBirth til DateOfDeath = Aged
=DateDiff("yyyy",[DateOfBirth],Now())+Int(Format(Now(),"mmdd")<Format([DateOfBirth],"mmdd"))
Using this for living age, trying to figure out what to squeeze in there to get this to work and stop counting years.
Any help is greatly appreciated..
Jerry