G
Guest
Hi!
I am trying to write a query to display the actual age of a person. The only thing that I could find that would give me something close is:
DateDiff("yyyy",[dob],Now())
The problem is that the returned answer is the same for the entire year (ie if [dob]=6/1/65 and today is 4/28/04, the age returned is 39 even though we haven't reached the birthday date yet.
Any ideas would be greatly appreciated. Thank you in advance.
I am trying to write a query to display the actual age of a person. The only thing that I could find that would give me something close is:
DateDiff("yyyy",[dob],Now())
The problem is that the returned answer is the same for the entire year (ie if [dob]=6/1/65 and today is 4/28/04, the age returned is 39 even though we haven't reached the birthday date yet.
Any ideas would be greatly appreciated. Thank you in advance.