10 pts.
 Access 2007 Complex Calculations
In Access 2007 I need to enter raw test data into tables, perform complex calculations including linear trends, then store the calculated results. These are the only numbers I really care about. The raw test data could be deleted for all I care, I just need the calculated results. I will need to run queries and generate reports from this calculated data. How do I set up the tables that will hold the post-calculation data?

Software/Hardware used:
ASKED: September 4, 2008  7:35 PM
UPDATED: September 5, 2008  6:27 PM

Answer Wiki:
You could use Make table queries to do your calculations. This would perform the calculations and make the Post-Calculation tables at the same time. Keep in mind that each time you run Make Table queries, the destination table is always deleted first. Otherwise, make the tables first and then append the calculated rows into those tables. Then you have the option of deleting prior calculated data or appending new calculated data. Your reports and queries can then run from those post-calculated tables.
Last Wiki Answer Submitted:  September 5, 2008  6:27 pm  by  Randym   1,740 pts.
All Answer Wiki Contributors:  Randym   1,740 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _