D
dan dungan
Hi,
From reading the newsgroup messages, it seems that most people regard
storing calculated data in a table field is not good design practice.
So I'm not clear how to proceed.
I'm designing a database to use for generating quotes.
There will be lookup tables used to generate the prices for each part
number. I'm imagining that I'll calculate the different prices and
save the calculated total in the quote details table. I don't want to
recalculate the quote if someone needs to see it later. The underlying
prices could change and all the quote details would change, but that
would not be what we sent the customer.
I'm not clear how to design this functionality.
Any suggestions are welcome and appreciated.
Thanks,
Dan
From reading the newsgroup messages, it seems that most people regard
storing calculated data in a table field is not good design practice.
So I'm not clear how to proceed.
I'm designing a database to use for generating quotes.
There will be lookup tables used to generate the prices for each part
number. I'm imagining that I'll calculate the different prices and
save the calculated total in the quote details table. I don't want to
recalculate the quote if someone needs to see it later. The underlying
prices could change and all the quote details would change, but that
would not be what we sent the customer.
I'm not clear how to design this functionality.
Any suggestions are welcome and appreciated.
Thanks,
Dan