Okay, I need to use the Combo_change event..

However, the style of my Combo box is a Drop Down list, so people can just select the items, instead of editing them.

The .locked property makes it so you can't change your selection, so I had to turn that off..

What can I do if I need to trigger events in a combo_change event, but I don't want to let the users edit the combo?