This should be simple, but I can not figure it out.
I have about 100 textbox on a form. The users of this form will be use to having the "enter" key to move on to the next item. The "tab" key performs this function fine, but the users will complain if they do not have the "enter" key.
Can anyone help me with simple code that would be independent of the textbox, that when the "enter" key is pressed, it performs the function of the tab key. I have been able to get it to work for an individual textbox, but I don't want to repeat the code 100 times.
I have about 100 textbox on a form. The users of this form will be use to having the "enter" key to move on to the next item. The "tab" key performs this function fine, but the users will complain if they do not have the "enter" key.
Can anyone help me with simple code that would be independent of the textbox, that when the "enter" key is pressed, it performs the function of the tab key. I have been able to get it to work for an individual textbox, but I don't want to repeat the code 100 times.