Back to Browse

AGE CALCULATION IN MS ACCESS QUERY

1.4K views
Premiered Apr 28, 2023
9:11

AGE: Int((Date()-[DateOfBirth])/365.25). This expression calculates the difference between the birthdate and the current date, divides it by 365.25 to account for leap years, and then rounds down using the INT function

Download

0 formats

No download links available.

AGE CALCULATION IN MS ACCESS QUERY | NatokHD