So I have a couple of combo boxes in my form, that when they change they need to invalidate data. So when they they change, before they do change they need to ask the user if they are sure they want to change the combo boxes. My problem is that I can't get the combo_box.undo to work, and when I look at the combo_box.oldValue, it is the same as the current value. (I'm doing all the code in the combo_box_beforeUpdate, I also tried it in the Change event too.). Any thoughts on to why the values are staying the same, (or rather that they are updating before the beforeUpdate event.)
thanks
thanks