Greg,
I am trying to change this now and actually store the calculated field in the table, but I face many problems. This is my first real database project and I am learning by doing right now...I have made it a point to not store calculations in a table, as I have heard over and over again, now this decision comes back to haunt me. I think what they are really looking for in this case is a trail where they can follow the calculated values that reflect historical accuracy. I have a main table where all the data is stored that is entered. I also, when I built the table, included fields in this main table that are calculated thinking I would store the values in these fields. But I did not know how to store values that are calculated in a query in a table where from most of the data already comes (circular reference). I guess I have to create a new table like a transaction table, where I store the calculated fields and then base the calculated values in the report not on the query but on this table. Do you think that makes sense?
Greetings,
Maddi