How can I transport a variable from one form to another?
Thanx!
The easiest way would be to make them public on your form.
Then access them via that form object.
i.e.
someVariable = frmSomeForm.SomeVariable
Was this answer helpful ?
Yes No
Hence the term "global variable"

Was this answer helpful ?
Yes No