G
Guest
I have a form that uses a combo box to look up Parts. The user enters the
quantity of the part to order and the OnHand number shows up. Now, what I
need to do is add a button to "Update Inventory" that will commit the
Quantity, go back out to the Parts file, and subtract the Part order from
OnHand and refresh the form with the updated OnHand quantity.
Example: The Form pulls in the Parts file which hods all the pertinent data
such as Description, Price, Cost, OnHand, ReorderPoint, ReorderQty, etc. I
read in the Parts data and load this via the combo box. Now, how do I update
the Qty OnHand on the fly?
I thought of a Macro, but couldn't get it to work correctly. I think I'm
close, but need a bit of help on this one.
Thanks in advance...MDM
quantity of the part to order and the OnHand number shows up. Now, what I
need to do is add a button to "Update Inventory" that will commit the
Quantity, go back out to the Parts file, and subtract the Part order from
OnHand and refresh the form with the updated OnHand quantity.
Example: The Form pulls in the Parts file which hods all the pertinent data
such as Description, Price, Cost, OnHand, ReorderPoint, ReorderQty, etc. I
read in the Parts data and load this via the combo box. Now, how do I update
the Qty OnHand on the fly?
I thought of a Macro, but couldn't get it to work correctly. I think I'm
close, but need a bit of help on this one.
Thanks in advance...MDM