Many thanks to VBA & Bryan.
The field 'Age' in the form is a calculated field with the following in the Control Source of the Property Sheet:
=DateDiff("yyyy",[Date of Birth],Now())+Int(Format(Now(),"mmdd")<Format([Date of Birth],"mmdd"))
From that it calculates the difference between the...