I IanT Registered User. Local time Today, 23:01 Joined Nov 30, 2001 Messages 191 Jul 13, 2006 #1 Hi I am using a input box but when you select cancel during the input process it errors and debug appears. There is code to deal with errors but for some reason it does not work! Has anyone any ideas!
Hi I am using a input box but when you select cancel during the input process it errors and debug appears. There is code to deal with errors but for some reason it does not work! Has anyone any ideas!
J jkl0 jkl0 Local time Today, 18:01 Joined Jun 23, 2006 Messages 192 Jul 14, 2006 #2 Might be some required field. If so, at the beginning of the cancel routine try: If Me.Dirty Then Me.UndoEnd If The rest of your Cancel code
Might be some required field. If so, at the beginning of the cancel routine try: If Me.Dirty Then Me.UndoEnd If The rest of your Cancel code