Windows 7 Starter
Access 2007
I want to check if the value of a combobox has changed when a user selects an item, and if it did, display a message to confirm changes. The OldValue property is not usefull because I need the message to display each time the value of the combo is changed and not only when the value selected is different from the original value of the record. So I write code in the Enter Event to get the actual value of the combo and in the UfterUpdate Event to display the message and undo the change if the change is not confirmed.
The problem is that clicking on the text box portion of the combobox the Enter Event does fire but clicking on the arrow part it doesn't!
Access 2007
I want to check if the value of a combobox has changed when a user selects an item, and if it did, display a message to confirm changes. The OldValue property is not usefull because I need the message to display each time the value of the combo is changed and not only when the value selected is different from the original value of the record. So I write code in the Enter Event to get the actual value of the combo and in the UfterUpdate Event to display the message and undo the change if the change is not confirmed.
The problem is that clicking on the text box portion of the combobox the Enter Event does fire but clicking on the arrow part it doesn't!