J
Jon D.
I have a products table that has
ProductID,description,Price for each product. I also
have a table that contains order details:quantity
ordered,ProductID,Price. I want to set the default value
for price in the orderDetails based on the value in the
products table. I need to store the price data in the
order details table as well as the products table because
sometimes it needs to be edited without affecting the
standard price in the products table. Please Help! Thanks
ProductID,description,Price for each product. I also
have a table that contains order details:quantity
ordered,ProductID,Price. I want to set the default value
for price in the orderDetails based on the value in the
products table. I need to store the price data in the
order details table as well as the products table because
sometimes it needs to be edited without affecting the
standard price in the products table. Please Help! Thanks