Okay, this is another, probably really basic, question.
I have a standard ComboBox and I want to trap for change events so I can enable a Save button. If the user types something, it fires. If the user clicks on the drop down and makes another selection, it doesn’t.
There doesn’t appear to be any event that fires for this (except the click event which fires before anything in the box is changed). Does anyone have a trick they use to trap for this event?