J
Jonathan
I have a table Contacts, with the fields 'name', 'birthdate' and 'age'. I am
able to calculate an age based on the birthday in a form by using the command:
= DateDiff("yyyy", [Birthdate], Now()) + Int(Format(Now(), "mmdd") <
Format([Birthdate], "mmdd"))
in the control source in the properties of the 'age' field on that form.
Buu when I flip back to the table, the calculation is not there. Is it
possible to have the calculated age stored in a field of a table?
Ultimately, I would like to have a report sorted by age, or filtered by age.
I am using Access 2003 on Windows XP Pro SP2
able to calculate an age based on the birthday in a form by using the command:
= DateDiff("yyyy", [Birthdate], Now()) + Int(Format(Now(), "mmdd") <
Format([Birthdate], "mmdd"))
in the control source in the properties of the 'age' field on that form.
Buu when I flip back to the table, the calculation is not there. Is it
possible to have the calculated age stored in a field of a table?
Ultimately, I would like to have a report sorted by age, or filtered by age.
I am using Access 2003 on Windows XP Pro SP2