F
Fred Worthington
Greetings:
I am calculating AGE from the DOB field by using the following expression:
=DateDiff("yyyy",[DOB],Date())+(Format([DOB],"mmdd")>Format(Date(),"mmdd"))
This works perfectly as long as both fields reside in the same form. How do
I revise my syntax to calculate the AGE from a DOB field in another Form?
Note: I am not an expert in the use of syntax.
Thanks . . . Fred
I am calculating AGE from the DOB field by using the following expression:
=DateDiff("yyyy",[DOB],Date())+(Format([DOB],"mmdd")>Format(Date(),"mmdd"))
This works perfectly as long as both fields reside in the same form. How do
I revise my syntax to calculate the AGE from a DOB field in another Form?
Note: I am not an expert in the use of syntax.
Thanks . . . Fred