Calculate age

WOW! Gees you make it seem so easy!
 
The other issue, you can create new post.
by the way, how do you want your date to display. french (i see). but how do you format it. is it like yyyy-mm-dd?
__________________

Ok will create a new post. I can't format it as a date. It becomes an expression that is put together... and since it is used only on reports - for printing... it is "ok".
 
This worked great - just missing a parenthesis (for the benefit of others):

on sorting, cast the return value from our function into an integer. on your sql:

Age:IIf(IsNull(fnAge([DOB])),Null,CInt(fnAge([DOB])))

Again, THANK YOU
 

Users who are viewing this thread

Back
Top Bottom