
Originally Posted by
ItsMe
In Access, you do not normally store calculation in tables. Tables are for storing data. Calculations are usually performed in Reports or Queries. I suggest you create a query using the Query Designer. There are functions that can be used in your query. There are tools in the query designer that can help you with adding functions to Totals queries. At the top of the Designer, in the Ribbon, there is a Totals tool. Look for the Sigma icon and the word, Totals.
Now, with a table added to the design surface, you can add fields to the Design Grid by double clicking fields within the table.
Towards the bottom of the Query Designer window, you can use the Total: row to select an option from the Total field. For instance, you may want to change the selection from Group By to Sum or to Max.
After you look into this, you may discover that you need something more complex than what these tools offer. Remember that you can save one query object and place the query you just saved inside another query object, as a subquery.