I have previously done age calculations based on a formula such as:
Trunc(([Contact Date]-[DOB])/365.25)
However in Access 2002 this does not work as the program says that it does not recognize the Truncate function. I need to calcualte an age at a fixed time and I have a contact date field and a date of birth field, I want to know how old a person was on the date of contact. Without the Truncate function everything that I try rounds and this is unacceptable.
Thanks in advance for all help.
Trunc(([Contact Date]-[DOB])/365.25)
However in Access 2002 this does not work as the program says that it does not recognize the Truncate function. I need to calcualte an age at a fixed time and I have a contact date field and a date of birth field, I want to know how old a person was on the date of contact. Without the Truncate function everything that I try rounds and this is unacceptable.
Thanks in advance for all help.