- Local time
- Today, 17:41
- Joined
- Feb 28, 2001
- Messages
- 30,201
I have a multi-column combo box, but it is not a multi-select case. Therefore, there is no flag that tells me a given row was selected. (I've looked at the properties - 'tain't there.) I have a case where I want to un-select the current contents of the combo box without closing the form to do it. It is read-only because the form is unbound. The combo box uses a ROWSOURCE but not a CONTROLSOURCE.
.UNDO doesn't seem to help, nor does .REQUERY
The situation is that user Joe Schmuckatelli has committed a previous change to one of the items for which he is responsible. At that point, I want to deselect the selection that brought him to the item he changed. It is a cascading combo box case, though through VBA rather than using a direct form reference to another control. I have to do that because I have to take into account that Joe doesn't touch the same items as Tommy Thumbfingers, so the ROWSOURCE needs more in it for the second combobox than just that one field from the first combo box.
.UNDO doesn't seem to help, nor does .REQUERY
The situation is that user Joe Schmuckatelli has committed a previous change to one of the items for which he is responsible. At that point, I want to deselect the selection that brought him to the item he changed. It is a cascading combo box case, though through VBA rather than using a direct form reference to another control. I have to do that because I have to take into account that Joe doesn't touch the same items as Tommy Thumbfingers, so the ROWSOURCE needs more in it for the second combobox than just that one field from the first combo box.