P
Phil Smith
I know this has to come up a lot, and I am wondering the best way to
handle it.
I have two tables in a one to many relationship. Say an Product table,
and a price table, which will have as many as ten different prices.
I want to make sure that all items have a "Senior Discount price" of 10%
over product.cost.
The problem is that some of these products will have a "Senior Discount"
of some value, which of course I want to change to 10%, and other
products will not have a 'Senior Discount" price. What is the fastest
way to both update the existing prices, and add new prices where neccessary?
handle it.
I have two tables in a one to many relationship. Say an Product table,
and a price table, which will have as many as ten different prices.
I want to make sure that all items have a "Senior Discount price" of 10%
over product.cost.
The problem is that some of these products will have a "Senior Discount"
of some value, which of course I want to change to 10%, and other
products will not have a 'Senior Discount" price. What is the fastest
way to both update the existing prices, and add new prices where neccessary?