I would like to be able to exit a form or close it out without sav

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?

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]
 
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
 
Back
Top