How do you change the caption of a label on another form. Both are open, the one I need to update (frmRepair) is behind the pop up form (frmAccept) that is changing it by clicking on a button.
I am trying this and it does not work
mafhobb
I am trying this and it does not work
Code:
Form(frmRepair).lblRMA.Caption = "RMA12345"
mafhobb