I have a table that I record products we order. One table has all the products and everything about them. From a form I select a product (from the product table)and record the # of units ordered and current price from my master products table. This works great, the problem is when I have a new price for a product. If I change the price in the master products table it changes all the past prices to the new price. I need to keep the order table with the old orders
at the old price and any new orders reflect the new price...
at the old price and any new orders reflect the new price...