Using only built-in functions and expression builder how can I create a field in a table that automatically calculates the age of a user after they type in their Date of Birth. Can this be done with a calculated field using the DateDiff() function on the fly? OR, can this be done on a form with a calculated field? I tried this but got lost and could not get the Age field to update the value in the bound table or display in the text box to which I was attaching the expression. So how does this all hang together please? How do you get the calculated value to update into the table and display on the form after updating the Date of Birth field/control?