C
Cheese_whiz
I've set up a form, with a subform contained within in. I've set the form's
visibility in the properties window to "no".
Then I added an option button and added code that changes the visibility of
the subform based on whether or not the option button is "true" or "false".
What I need to do is change the size of the main form based on whether or
not the subform is visible. I don't know how to do that.
I thought maybe I could do it by adding another consequence to the "if "
statement attached to my option button, but I'm not sure how to add another
consequence and even if I were I don't know what property/method to use.
Can anyone point me in the right direction?
Ty,
CW
visibility in the properties window to "no".
Then I added an option button and added code that changes the visibility of
the subform based on whether or not the option button is "true" or "false".
What I need to do is change the size of the main form based on whether or
not the subform is visible. I don't know how to do that.
I thought maybe I could do it by adding another consequence to the "if "
statement attached to my option button, but I'm not sure how to add another
consequence and even if I were I don't know what property/method to use.
Can anyone point me in the right direction?
Ty,
CW