Hello.
I have a master order table and a secondary table called “products”. My form does a auto lookup on the products and stores its product name and price in the master table.
Problem is when the a product and its price is updated it reflects the change in the master table as they are linked.
I want to keep a history of orders where the product and price do not change.
How can I have this and still have the auto lookup of the Product and its Price?
Thanks for any help.