Hello everybody
I have a Data Entry form. I wanted to make the Enter key work like TAB key so that if a user presses Enter key, the next control should get the focus key.
For this, I used the Forms KeyPreview on and Form's KeyUp Event to trap the Enter key and used the SendKeys.Send("{TAB}")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.