I had a combobox on a form with code attached to the 'change' event. Everything worked as expected. I moved the combobox to a frame, and now the 'change' event is no longer executed when the value of the combobox changes.
Any Thoughts?
Sat, 23 Oct 2004 03:58:43 GMT
Hugo Rodger-Brow #2 / 2
ComboBox Change Event
Try on the Click() event...
Quote:
> I had a combobox on a form with code attached to > the 'change' event. Everything worked as expected. I moved > the combobox to a frame, and now the 'change' event is no > longer executed when the value of the combobox changes.