Good evening,
Firstly I am fairly new to access, I have a table holding clients data, I need it to work out the age of someone when an application is made, which I would like to be stored on said table
I have two fields [DOB] and [signed date], which I have used created a query with and an (unbooud?) field called age at application with the expression =DateDiff("yyyy",[DOB],[Date signed])
This works fine when I run the query, but I am unsure of the new next step of how to commit it to the table and even if that's possible.
Ideally I would like this to run behind a form maybe using some click event after the [signed date] field has been entered.
I currently don't know the best avenue to take, so would much appreciate it if someone could point me in the right direction.