Ok, i'm sure this is simple, but I am stuck. I have a table with a column "QuantityAvailable" and a specific PartID for each row. I have a form with a text box "NewQuantity" and a combobox that selects the specific "PartID". I would like to have a button that replaces the old quantity. So, after the data is typed, the save button is hit and the value is replace. My box is unbound because the text box pulls values from other text boxes and subform. It is a calculated value which is why I am leaving it unbound.
Thanks!