C
CCT
I've got a question about preserving existing data when a lookup value
changes. If I have a Product table which includes Product ID, Product
Description and Cost fields. This table is used as a lookup in an Order
Details table. My question is how I can keep existing records in the Order
Details from changing when I change the Cost field. In other words I want to
keep the old cost value when looking at old (pre cost change) records, but
use the new Cost values in current records. I'm not even sure what this would
be called so I can search for an answer. Thanks in advance for any insight.
JMR
changes. If I have a Product table which includes Product ID, Product
Description and Cost fields. This table is used as a lookup in an Order
Details table. My question is how I can keep existing records in the Order
Details from changing when I change the Cost field. In other words I want to
keep the old cost value when looking at old (pre cost change) records, but
use the new Cost values in current records. I'm not even sure what this would
be called so I can search for an answer. Thanks in advance for any insight.
JMR