R
Rich Stone
I have a database where I enter the person's date of birth. The users of the
database want to be able to see the age of the person as of the day they are
viewing. I thought this would be simple and entered the following into a
query to provide an age field for the form:
DateDiff("yyyy",[PatientDOB],Now())
However, it appears that this is only accurate some of the time and with the
new year I have noticed that this is more prominent. Is there a better
formula for working this out? It doesn't necessarily have to be in the query
as it can be calculated in a field that updates when the form is refreshed.
database want to be able to see the age of the person as of the day they are
viewing. I thought this would be simple and entered the following into a
query to provide an age field for the form:
DateDiff("yyyy",[PatientDOB],Now())
However, it appears that this is only accurate some of the time and with the
new year I have noticed that this is more prominent. Is there a better
formula for working this out? It doesn't necessarily have to be in the query
as it can be calculated in a field that updates when the form is refreshed.