Hi, I have a combobox in a program I am building, which I fill with a list of options. What I want to have happen is when one the user picks an option from the combo box, the secondary options (fields, checkboxs and such) change. I had thought to do this through the _change sub, but it is not working how I think it should.. The problem is, when I choose an option in the combobox, nothing happens, it dosen't fire the changed event. Now if another command changes the field of the combobox, then it works fine. Whats wrong here? All I want to do is detect when the user has picked an option in the combobox, but I don't want to have to wait until it loses focus (the user clicks on something else...) Anyone know a way to detect this?