Do you have the it as a Submit button <input type="submit" value="Submit"> This is the default Enter like you can set in Access.
You could change it to <button type="button">Click Me!</button> And add an action to it Or <input type="button" onClick="FUNCTION">
Can you not just train your users to use the TAB key? It's the usual method and would save you some work, otherwise you're going to have to use some JavaScript, intercept the "Enter" key pressed and work out which control you are on/in and which one you want to go to next.
Alex
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Active Server Pages Forum.