-
Okay, you old hands have guessed it already from the subject line:
How can I keep the OK button as the default when the user presses the enter key on every part of the form EXCEPT the multiline text boxes, where I want it to do a carriage return and stay in the box?
Thanks, CYOCONNOR
-
Just an option
What you could do is to set defualt thing of command button to False in Text1_GetFocus Event and then set it back to True in Text1_LostFocus Event.
HTH
-
Change the Default property of that button to True.