techchallenged
Programmer
When a user makes a selection from a combo box, then hits the "Escape" key to clear this selection, the new record he is creating is deleted. If he is modifying an "existing" record, his changes are deleted.
My combo boxes are on a form (with tabs). I have combo boxes which use "value lists" and also combo boxes which use "lookup tables". The new record, or changes to an existing record, are deleted regardless of whether the combo box is based on a "value list" or a "lookup table".
My combo boxes are on a form (with tabs). I have combo boxes which use "value lists" and also combo boxes which use "lookup tables". The new record, or changes to an existing record, are deleted regardless of whether the combo box is based on a "value list" or a "lookup table".