B
Bayou BoB
In my Client Query, I'd like to calculate exact age of the client...in
Years, and months. I'm wondering what expression I might use to do
this? It would be extremely beneficial to have the calculation to
display in a number of our forms, and I have a workable version to get
age in years, and am using this now:
=DateDiff("yyyy",[DateOfBirth],Date())+(Format([DateOfBirth],"mmdd")>Format(Date(),"mmdd"))
I'm wondering how that should be modified to give me a result of say
34.6, meaning 34 years, 6 months old. Many thanks!
Kevin
Years, and months. I'm wondering what expression I might use to do
this? It would be extremely beneficial to have the calculation to
display in a number of our forms, and I have a workable version to get
age in years, and am using this now:
=DateDiff("yyyy",[DateOfBirth],Date())+(Format([DateOfBirth],"mmdd")>Format(Date(),"mmdd"))
I'm wondering how that should be modified to give me a result of say
34.6, meaning 34 years, 6 months old. Many thanks!
Kevin