Hello, i have a question
have a form from which the user can open up a new from on this second form he shall be able to check or uncheck a checkBox, then he closes the second form again. (the second form is closed by cmdok_click() with Me.unload at the end of the code)
Now i would need to know in the first form if the checkbox in the second form is checked or not.
I guess i could do that by using a global variable but is there a different way than that too?
thanks alot
have a form from which the user can open up a new from on this second form he shall be able to check or uncheck a checkBox, then he closes the second form again. (the second form is closed by cmdok_click() with Me.unload at the end of the code)
Now i would need to know in the first form if the checkbox in the second form is checked or not.
I guess i could do that by using a global variable but is there a different way than that too?
thanks alot