I am looking for a way to save data or even a report, that once written, wont change, even if the background data changes.
For example, the price of gas is 2$ per gallon. I calculate I need to get 5 gallons a week. I further calculate in a report, that I need to to spend $10.00 a week for gas. The price of gas changes in a month to $3.00 per gallon, and if I run the report, it will tell me based on the new $3.00 per gallon, and not have both.
Tables stay the same, however, the queries with calculations change based on the table value.
OR maybe I can have a field that if checked, wont allow changes?
This is a very simple look at what IM trying to do, but basically, I want to keep the final record, as a historical point.