Access 2007

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to calculate an age based on 2 specific dates that won't change. It
will never need "updating".
I've read all the posts on doing this and I understand that you aren't
supposed to store calculations in a table. But it is not clear to me where or
how to store this information. If I store it somewhere else will it show up
in the table or will I have to retrieve it everytime I open the database.

cc
 
The concept is don't store it, period. Not anywhere.

Instead, use a query to do the calculation. You can use the query as a
source for a form or a report.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

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.

Ask a Question

Back
Top