Assume I have a form called FRM
The form has a list Box from which the user can select a record.
There is a Next button.
For a number of reasons I want the Next button to change the visibility of the controls so that the first list box is "hidden" with its selected value and a second control is made "visible" with a number of options determined by the selection in the first list box.
How do I code this into the "Next" command button to change the "visible" property of the controls and refresh the form?
The form has a list Box from which the user can select a record.
There is a Next button.
For a number of reasons I want the Next button to change the visibility of the controls so that the first list box is "hidden" with its selected value and a second control is made "visible" with a number of options determined by the selection in the first list box.
How do I code this into the "Next" command button to change the "visible" property of the controls and refresh the form?