Hi Bob
I am still getting #Name? appear in the textbox.
the function I am using is:
Public Function Age(DOB As Date) As Integer
Age = DateDiff("yyyy", DOB, Date) + (Date < DateSerial(Year(Date), Month(DOB), Day(DOB)))
End Function
I entered =IF(IsNull([DOB]),"",Age([DOB])) in the...