I would like to have a form with the following feature.
Button A
Button B
Subform A
Subform B
If Button (or radio button or list box) A is selected, Subform B goes invisible.
Likewise, if Button B (or radio button or list box) B is selected, Subform A goes invisible.
I think I have to put Subform A into a container and bind it Button A, but I can't figure out how to do that.
If anyone can help me, or make me a simple form so I can see the code, that would be very much appreciated. =)
Thanks,
Gillian
I'm working on something similar and haven't figured out how to make Button A and Subform A work together either.
What I opted for was to have Javascript in Button A create subform A dependent on the value of Button A. That way I was able to have the user enter different inputs into Button A and subform A would appear as anything I wanted it to, including not there at all or invisible.