D
DavidPuddyFan
Trying to find the expression that would give me the age of a person
based on a specfic date, say 10/01/03...right now Im using this
expression to get age, but need to change it to age on the date above:
Age: Int(DateDiff("y",[BirthDate],Now())/365.237)
Thanks in advance
based on a specfic date, say 10/01/03...right now Im using this
expression to get age, but need to change it to age on the date above:
Age: Int(DateDiff("y",[BirthDate],Now())/365.237)
Thanks in advance