K
Karen
I want Access (97) to calculate somebody's age. I know you
can do that by setting the Control Source property of a
textbox to
=DateDiff("yyyy",[Date],Date())+(Format([Date],"mmdd")
but that will "just" display the person's age in years
whereas I'm looking for months as well.
Anybody has an idea how to do this without including a
macro?
Karen
can do that by setting the Control Source property of a
textbox to
=DateDiff("yyyy",[Date],Date())+(Format([Date],"mmdd")
Format(Date(),"mmdd"))
but that will "just" display the person's age in years
whereas I'm looking for months as well.
Anybody has an idea how to do this without including a
macro?
Karen