This should be a pretty simple answer to find but I haven't had any luck.
Here is what I have. I have 3 combo boxes. Each subsequent combo box is revealed when a selection is made in the previous combo box. All combo boxes have placeholder text.
Here is what the behavior should look like
Combo box 1(visible with no selection) > Combo box 2(hidden) > Combo box 3(hidden)
Combo box 1(visible with selection) > Combo box 2(visible with no selection) > Combo box 3(hidden)
Combo box 1(visible with selection) > Combo box 2(visible with selection) > Combo box 3(visible)
I'm pretty sure I need to use the Visible property and make it conditional on the value/status of the previous combo box but not completely sure how. What I have tried usually throws an error or does nothing.