I have 2 forms that I need to go back and forth on a regular basis.
I am using Hide/Show to only display one form at a time.
If Form1 puts a value in a variable, then I Hide Form1 and Show Form2, how can I move the value to Form2 so Form2 can display and change it?
Basically, how do I define a sub that runs each time its Form is Shown?
I am using Hide/Show to only display one form at a time.
If Form1 puts a value in a variable, then I Hide Form1 and Show Form2, how can I move the value to Form2 so Form2 can display and change it?
Basically, how do I define a sub that runs each time its Form is Shown?
Comment