Hi All,
Two steps forward and one back...I have a dilemma of preserving "SellPrice" for existing records in my OrderForm. I change the "CurrentSellPrice" in InventoryForm periodically, to apply to future orders. My OrderForm looks up "CurrentSellPrice" in Inventory and applies that value to the "SellPrice" for the Item on the OrderForm. This works fine for new orders (and old ones, IF I don't review them)! Problem occurs when I look back at an old order and the "DLookUp" triggers, then updates the SellPrice to the NEW CurrentSellPrice. Any ideas on how I could DeActivate ALL bells and whistles, once an OrderForm is committed?