I am currently programming in embedded VB for the dolphin 7400 device from Hand Held Products. The problem I am facing is with text boxes. If the user enters the password in a text box I must be able to check the contents of the text box and set focus on another text box or the same (depending on the data entered) once the Enter Key is pressed. I am able to use this functionality provided the Tab key is pressed. How do I get it work with the enter key?