V
Vicki Redding
I have age and DOB In my personnel table. To calculate the age, I have used
this expression:
=datediff("yyyy",[DOB],Now())+Int(format(Now(),"mmdd")<Format([DOB],"mmdd"))
The age appears in my query, form, and report; however, it does not appear
in my table. Why and how do I get it to appear in my table?
this expression:
=datediff("yyyy",[DOB],Now())+Int(format(Now(),"mmdd")<Format([DOB],"mmdd"))
The age appears in my query, form, and report; however, it does not appear
in my table. Why and how do I get it to appear in my table?