Hello,
I Have a simple database that combines three tables (Style, Fabric, Products) that are linked with referential integrity relationships.
The issue is when I change, for example, a cost value in a Fabric field and it changes all the associated records in Products with that corresponding value. In other words, I do not want the values in previously created records of Products to change when I make a new change in a Fabric field. I want to put a "freeze" on previously created records. Historical values must not change.
Any ideas?
Thanks, in advance, for any help offered.
Tony
I Have a simple database that combines three tables (Style, Fabric, Products) that are linked with referential integrity relationships.
The issue is when I change, for example, a cost value in a Fabric field and it changes all the associated records in Products with that corresponding value. In other words, I do not want the values in previously created records of Products to change when I make a new change in a Fabric field. I want to put a "freeze" on previously created records. Historical values must not change.
Any ideas?
Thanks, in advance, for any help offered.
Tony