Hi,
I have a split form in access 2007 with form above and datasheet below. On the form I have a few text boxes (qtyused,qtyreceived,etc...) and an "Update" button that has some calculations in the click on event.
So, the user chooses the record in the datasheet below and the details of that record pop-up in the form above. They then put the number of parts they used in "QtyUsed" text box and hit update. This changes the "QtyOnHand" on the form. This all works great.
My question is.....The "QtyOnHand" field in the datasheet view below does not update until you move to another record. Can I force it to update when the user clicks the "Update" button on the top part of the splitform?
Thank You,
Kevin