M
Michael Murschell
If I have Form1 with a text field called Text1 on it, and I want to put
information into that field from a second Form (Form2) how would I do it?
I would have thought there would have been a way to just type
Form1.Text1.text = "this is a test", but that does not work.
Thank you.
information into that field from a second Form (Form2) how would I do it?
I would have thought there would have been a way to just type
Form1.Text1.text = "this is a test", but that does not work.
Thank you.