C
Chris Thunell
I have a form with information on it, when a button is clicked, another form
is opened with the following code:
Dim myForm As New ReqVendorSelect
myForm.Visible = True
Once i'm done manipulating some data on the 2nd form, the 2nd form is closed
and the original form is now visible. Is there anyway for the original form
to know when the newly created form is closed?
Chris Thunell
(e-mail address removed)
is opened with the following code:
Dim myForm As New ReqVendorSelect
myForm.Visible = True
Once i'm done manipulating some data on the 2nd form, the 2nd form is closed
and the original form is now visible. Is there anyway for the original form
to know when the newly created form is closed?
Chris Thunell
(e-mail address removed)