The quick answer is yes.  You can move to a control from a control
using the enter key... but you only can do the following method once
unless you are willing to do some extensive programming.  What you can
do is create two controls.  Right click on the second control and goto
Advanced>>Key Navigation.  Set the navigation to the enter key.  Place
these controls in a while loop with a stop button and run it.  Enter a
value in the first control and then select "Enter".  This will move
the key focus to the second control.  Unfortunately you can't assign
multiple controls the key navigation of "enter".  Is there a reason
you want to use the enter key?  Another solution would be to maybe use
a table.  After each entry you can hit enter and it will go to the
next field just like in excel.  Hope this helps.

Reply via email to