display hidden controls once check box activated
I want users to answer a yes no question and if they choose yes the following
controls that are on my form (but not visible) to appear. So the sequence
would be:
when click button
display ListBox4,Label12,CommandButton10, CommandButton11
Any quick solutions?
|