I have a form open in ADD and have several text boxes on this form. I also have a SAVE cmdButton that when clicked basically closes the form. However, when the user continues to tab after the last tab item (the SAVE button) it then blanks the form (saving it to my table of course) and it is now ready for the next ADD.
How can I stop this from happening? I would like it to tab back to the first textbox without clearing out the form and just loop like this until they finally get around to clicking the SAVE button.
How can I stop this from happening? I would like it to tab back to the first textbox without clearing out the form and just loop like this until they finally get around to clicking the SAVE button.