Link to home
Start Free TrialLog in
Avatar of englm
englm

asked on

getting control states between forms

I have two forms. Form1 has several checkboxes. I want to write some code that is tied to buttons on form2.
If on form2 I write:
      If Form1.Checkbox1.value = 1 Then
        ....
      End if

This should allow me to check the value of Checkbox1 on Form1, but it does not work for me. What I am I missing?


 
ASKER CERTIFIED SOLUTION
Avatar of Dalin
Dalin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial