calculated form field

C

Crimsonk91

I have a form in excel, in which one field a birth date is entered an
in another field it calculates the age of the person, can someone pleas
help me with this process
 
T

thompson759

I have a form in excel, in which one field a birth date is entered and

in another field it calculates the age of the person, can someone please

help me with this process?

Here is a caluclation for age:
FIX(DateDiff("d", CDate(#04/01/1962#), NOw()) / 365.25)
Mike
 
Top