Enter Key

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

How do I get the "Enter" key to go to the next textbox in
a form? I currently have a textbox "txtFirstName" and when
I press Enter the textbox just starts a new line. How can
I get it to go to the next textbox "txtLastName"? Your
help is appreciated.
Martin
 
Open the form in design view.
Right-click the txtFirstName text box, and choose Properties.
On the "Other" tab of the properties box, change the Enter Key Behavior
property.
 
Back
Top