Hello all, this is what I am trying to accomplish, I have a Purchase Order Receiving Form. In that form there are two fields, one is "QtyPurchased" and the other is "QtyReceived". And I would like it to have them display the same value because for most orders the QtyPurchased should equal the QtyReceived. But the difference is that for QtyPurchased is on the table PurchaseOrders from when I made the purchase Order, And for QtyReceived I want the value displayed but not saved on the table as it is not received yet, and I should be able to modify it if the qty Received is less than the Qty Purchased. Then when I press enter in the QtyReceived Field I would like the value to be saved on the table PurchaseOrders and added to the inventory.
Could you please give me any ideas of how to accomplish this. Thank you for your help.