Hello,
I am trying to add a restart button to a form in case user messes up. Button does an Me.undo and sets focus back to first control on form. The problem is when they hit the start over button when they are in a required field. My required fields have If IsNull, Then MsgBox functions and if I hit the start over when I'm in one of these fields, I get the required field Msg instead. Is there a workaround on this? Many thanks as always.
Jeremy
I am trying to add a restart button to a form in case user messes up. Button does an Me.undo and sets focus back to first control on form. The problem is when they hit the start over button when they are in a required field. My required fields have If IsNull, Then MsgBox functions and if I hit the start over when I'm in one of these fields, I get the required field Msg instead. Is there a workaround on this? Many thanks as always.
Jeremy