S
SamDev
In a form, I want to calculate the age of customers as of July 1st - I want
to be able to look at the age at any point in time during the current year
and know the customer's age of July 1st. I have come up (with help from the
newsgroups) with the formula below BUT I don't want to go into the formula
each year and change the #2005/07/01# to #2006/07/01# etc.....
=DateDiff("yyyy",[Date of Birth],#2005/07/01#)+(Format([Date of
Birth],"mmdd")<Format(#2005/07/01#,"mmdd"))
Any ideas?
Thx!
to be able to look at the age at any point in time during the current year
and know the customer's age of July 1st. I have come up (with help from the
newsgroups) with the formula below BUT I don't want to go into the formula
each year and change the #2005/07/01# to #2006/07/01# etc.....
=DateDiff("yyyy",[Date of Birth],#2005/07/01#)+(Format([Date of
Birth],"mmdd")<Format(#2005/07/01#,"mmdd"))
Any ideas?
Thx!