L
Lillian
I am using the following Me statement in the click event on a button.
It does change the MyControl visible to Yes. However, when I close the form
and open the form the MyControl stays No. How can I keep it or set it
permanent to visible True? Can it be done? I hope it can be permanent.
Please help.
Is it because the Form that has the MyControl is locked when open and does
not let these changes to be save?
Me.MyControl.Visible = True
It does change the MyControl visible to Yes. However, when I close the form
and open the form the MyControl stays No. How can I keep it or set it
permanent to visible True? Can it be done? I hope it can be permanent.
Please help.
Is it because the Form that has the MyControl is locked when open and does
not let these changes to be save?
Me.MyControl.Visible = True