If just two forms, you can pass the values before unloading the first form :
VB Code:
Load Form2 Form2.Check1.Value = Form1.Check1.Value Unload Form1 Form2.Show
No additional declared variables, and no added module...
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |