I found the InteractiveChange Event in a combobox in a
grid cannot be trigged properly if
1) RowSourceType is 6 and you hold the left button of
a mouse and move to the row you want and release the mouse.
2) RowSourceType is 1 and you click the down arrow
and release the mouse and then move to the row you want
and release the mouse.
RecordSourceType in the grid is the default value 1.
It works if you use method 1) when RowSourceType is 1 or
you use method 2) when RowSourceType is 6.
Any ideas?
TIA