SherryLynn
Technical User
How can I write an expression in a query that will give me a persons age based on their date of birth? So far, I have an expression which will give me the rounded number, however if the person is a child who is under one year in age - it rounds it up to 1. I need it to tell me if a person is less than 1 year in months, say 9months rather than rounding up to 1.
The expression I am presently using is:
Int(((Now()-[DOB])=0.75/365.25)
I hope someone can help. Thanks very much.
Sherry
The expression I am presently using is:
Int(((Now()-[DOB])=0.75/365.25)
I hope someone can help. Thanks very much.
Sherry