How can I enable checkboxes after a user makes a selection with a combo box?
Printable View
How can I enable checkboxes after a user makes a selection with a combo box?
In the "Click" event of the combobox control, put the code to enable/disable your checkboxes.
The click event fires only when the user makes a selection (or a selection is made programatically) from the drop-down list.