G
Guest
I have a form & subform that display item cost, quantity, sale price, profit, total etc. Items and prices are listed in the tblEquipment table. If the price of an item changes, all the calculations naturally change to reflect that.
Projects (from tblProject) are given a status (from tblStatus) e.g. estimated, underway, invoiced, completed. Once a project is completed I need all figures for that project to remain unchanged, even though prices from tblEquipment for other projects might change afterwards.
I think need to commit the figures to a different table at some point. Does anyone have any suggestions for the best way to approach this?
Thanks
Andrew
Projects (from tblProject) are given a status (from tblStatus) e.g. estimated, underway, invoiced, completed. Once a project is completed I need all figures for that project to remain unchanged, even though prices from tblEquipment for other projects might change afterwards.
I think need to commit the figures to a different table at some point. Does anyone have any suggestions for the best way to approach this?
Thanks
Andrew