Making Enter key work like Tab

W

Wylie C

Is there any way to have the Enter key work like the Tab key on an Access form?
If pseudocode is needed, I would appreciate the entire code.

Thank you very much.
 
S

Steve Schapel

Wylie,

In many cases, the Enter key and the Tab key have the same effect. An
example of where this is not the case is when a Command Button has the
focus. Maybe you could say something more specific about what you are
trying to achieve? And also, what is pseudocode?
 
R

RuralGuy

Have you tries Tools>Options>Keyboard tab [Move after enter] set to Next Field

Is there any way to have the Enter key work like the Tab key on an Access form?
If pseudocode is needed, I would appreciate the entire code.

Thank you very much.

_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
W

Wylie C

Normally on a form you have to press the tab key to move from field1 to
field2, etc.. Wanting to move from field to field using the enter key instead.
 
R

Rick Brandt

Wylie said:
Normally on a form you have to press the tab key to move from field1
to field2, etc.. Wanting to move from field to field using the enter
key instead.

Unless you change it that is the default behavior for the Enter key.
 
S

Steve Schapel

Wylie,

Just to expand slightly on Rick's comment, one place where this could
have been changed is in the 'Enter Key Behavior' property of any
particular textbox.
 
Top