I have a variable look up combo box. Whenever the user changes the value, by clicking or using the arrow keys, the ON CLICK EEP fires and I'm able to update the listview that this combo box controls.
However, if the user hits the DELETE key to clear out the value in the combo box (signaling he wants ALL records displayed in the list view) the ON CLICK EEP doesn't fire. Does anyone know a way I can run code immediately after clearing the value, without having to leave the field? -- Larry

