J
janeewalker
I have an age field that is calucaled from the date of birth
Age: DateDiff("d",[DOB],Now())/365.25
If someone is 65.6 - it shows 66 - I need this to ROUND DOWN - there used to
be a rounddown feature in Access.
Age: DateDiff("d",[DOB],Now())/365.25
If someone is 65.6 - it shows 66 - I need this to ROUND DOWN - there used to
be a rounddown feature in Access.