G
GeoffW
I have a form where I ask for either Date of Birth, or age. I want to
automatically calculate and store the age field if the user enters a date of
birth, otherwise, I'll store the user-entered age value.
I can successfully use an expression to calculate the age value, my query is
1) how to store that back in the underlying table; and
2) how to allow both options - accept the user entered age, or calculate it
if the user enters a date of birth instead.
automatically calculate and store the age field if the user enters a date of
birth, otherwise, I'll store the user-entered age value.
I can successfully use an expression to calculate the age value, my query is
1) how to store that back in the underlying table; and
2) how to allow both options - accept the user entered age, or calculate it
if the user enters a date of birth instead.