R
Ray
I'm trying to calculate a person's age in a query as of Now
(). The following is my query.
Age: Format(Date(),"yyyy")-(Format([Birthdate],"yyyy"))
I tried Steves Schapel's Dec 15 reply to Al but I get the
same results I get with the above statement. The problem
is when I run the query today (Dec 16) and the person's
birthday is Dec 30, 1943 I get his age as 60 instead of
59. I understand why my query gives the results I get but
I don't know how to modify it to give the wanted results.
Thanks for any help anyone can give me.
(). The following is my query.
Age: Format(Date(),"yyyy")-(Format([Birthdate],"yyyy"))
I tried Steves Schapel's Dec 15 reply to Al but I get the
same results I get with the above statement. The problem
is when I run the query today (Dec 16) and the person's
birthday is Dec 30, 1943 I get his age as 60 instead of
59. I understand why my query gives the results I get but
I don't know how to modify it to give the wanted results.
Thanks for any help anyone can give me.