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
No download links available.