Is Form2 created by Form1 or vice versa?
If Form1 creates Form2 then you can simply pass your variables to Form2 in the constructor or via Access functions (Get/Set).
If Form1 is created by Form2 you need to use Get functions to pull the values out.
I'll post example code when I get home from work if you need it.
If Form1 creates Form2 then you can simply pass your variables to Form2 in the constructor or via Access functions (Get/Set).
If Form1 is created by Form2 you need to use Get functions to pull the values out.
I'll post example code when I get home from work if you need it.
