I don't get over into this neck of the woods very often (spend most of my time in the VBA forum), so thanks in advance for your input. . .
I'm building a database to track contracts we sell. Included in my list of tables I have a ContractLineItems table, a Products table, a Regions table and a Rates/Costs table. The ContractLineItem specifies the Product and the Region, and then a query returns the Rate and our internal Costs. Our rates/costs are specific to the Product/Region, and the rates and costs may change several times during the year.
How do I set up my tables so that when I pull up an old contract, it shows the rates that were in effect when that contract was signed (instead of whatever the current rate is)? It seems like bad design (because of the repetition) to store the rates in the ContractLineItems table. . .
VBAjedi
I'm building a database to track contracts we sell. Included in my list of tables I have a ContractLineItems table, a Products table, a Regions table and a Rates/Costs table. The ContractLineItem specifies the Product and the Region, and then a query returns the Rate and our internal Costs. Our rates/costs are specific to the Product/Region, and the rates and costs may change several times during the year.
How do I set up my tables so that when I pull up an old contract, it shows the rates that were in effect when that contract was signed (instead of whatever the current rate is)? It seems like bad design (because of the repetition) to store the rates in the ContractLineItems table. . .
VBAjedi