Hi All,
I'm struggling with this expression in a text box on one of my forms and can't seem to find an easy answer via google
.
=DateDiff("yyyy",[DOB],Date())
This works out the age of the person as of today
I need it to work out the age of the person as of the 01/09/2008
However as I dont want the customer to be changing the code each year is there anyway i can format DATE() so that it reads
01/09/(date(),yyyy) << completly wrong but you get the idea.
Cheers for your help.
I'm struggling with this expression in a text box on one of my forms and can't seem to find an easy answer via google

=DateDiff("yyyy",[DOB],Date())
This works out the age of the person as of today
I need it to work out the age of the person as of the 01/09/2008
However as I dont want the customer to be changing the code each year is there anyway i can format DATE() so that it reads
01/09/(date(),yyyy) << completly wrong but you get the idea.
Cheers for your help.