Hey,
My company have a set of default prices for each of their services, however these prices can vary per customer. Clearly i need to incorporate this feature into my database and ive thought of a few ways and im pretty sure the following way is the most efficient.
I plan on Saving the Order entries in a separate table so that the default prices are not changed in the main tables, but i have to admit im a little confused as if you look at my relationships jpg that's pretty much what i am doing. The order information is saved in the OrderDetails tables, but if you change a price on the order form the default price changes too which sucks!.. I realise that my table structures are pretty poor but i didnt really know what i was doing at the time i made them and they work so.. hey :s
How can i stop the price changes from changing the default values?
My company have a set of default prices for each of their services, however these prices can vary per customer. Clearly i need to incorporate this feature into my database and ive thought of a few ways and im pretty sure the following way is the most efficient.
I plan on Saving the Order entries in a separate table so that the default prices are not changed in the main tables, but i have to admit im a little confused as if you look at my relationships jpg that's pretty much what i am doing. The order information is saved in the OrderDetails tables, but if you change a price on the order form the default price changes too which sucks!.. I realise that my table structures are pretty poor but i didnt really know what i was doing at the time i made them and they work so.. hey :s
How can i stop the price changes from changing the default values?