Generally it is a bad idea to store computed values. In this case it is
even worse since the results will change based on another variable.
Access works faster by computing the result when displayed than by
having an additional field.
Using a dynamic computation you can chose to show the age as of a given
date (for example the age as of the first of the current year, or the age as
of the date viewed and you would never need to do an update, it will always
be right as long as the computer has the right date.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.