Dear Experts,

What code should be added in order my codes run as follow:

VB Code:
  1. MsgBox "Item has been updated.", vbOKOnly, "Update Success"
  2.         If vbOKOnly ?????? Then
  3.             TextBox3.Text = rst.Fields("Qty")
  4.             End If

I give ???? because I dont know what should I type in order after press "OK" then it will show on the text box number .i.e. 3....

Please let me know...

Thanks very much

Jennifer