G Guest Feb 8, 2006 #1 I would like to be able to exit a form or close it out without saving the information that was already added in. How do I do this?
I would like to be able to exit a form or close it out without saving the information that was already added in. How do I do this?
J John Vinson Feb 8, 2006 #3 I would like to be able to exit a form or close it out without saving the information that was already added in. How do I do this? Click to expand... Hit the Esc key twice - once to cancel the entry in the currently active control, the second time to cancel all changes on the entire form. John W. Vinson[MVP]
I would like to be able to exit a form or close it out without saving the information that was already added in. How do I do this? Click to expand... Hit the Esc key twice - once to cancel the entry in the currently active control, the second time to cancel all changes on the entire form. John W. Vinson[MVP]
G Guest Feb 8, 2006 #4 thanks for the reply. I want the user to be able to back out without adding a new record. I would like to do it Programmatically if I could. is there a way
thanks for the reply. I want the user to be able to back out without adding a new record. I would like to do it Programmatically if I could. is there a way