sbornstein1
Registered User.
- Local time
- Today, 13:20
- Joined
- Jun 19, 2001
- Messages
- 24
Does anyone know how I can undo changes based on after I trap a error and then allow the user to move on. Currently I have a Select Case in my Form_Error and I am able to trap the Error and then I END. But I need to somehow UNDO the changes and then allow the user to move out of the text box without triggering the error again. Some type of Cancel Event I think or something. Any ideas?