K
Kasey
I have a form where I have "QtyOnHand" and
Unbound "QtyUsed" I can't get the QtyOnHand to change when
I leave the QtyUed field--it changes when I move to the
next record. How can I get it to change when I leave the
QtyUsed field. My code Is:
Private Sub QtyUed_AfterUpdate()
'Clear FIND Qty Used box
Me!QtyUsed.Value = " "
End Sub
Thanks in advance for any help.
Unbound "QtyUsed" I can't get the QtyOnHand to change when
I leave the QtyUed field--it changes when I move to the
next record. How can I get it to change when I leave the
QtyUsed field. My code Is:
Private Sub QtyUed_AfterUpdate()
'Clear FIND Qty Used box
Me!QtyUsed.Value = " "
End Sub
Thanks in advance for any help.