Enter Key behaviour

G

Guest

I want to control the actions of the Enter key. I have a form that wants to
go to the next record when the Enter key is hit, but I just want it to go to
the next control till it gets to the last control, THEN go to the next record.

Please tell me there is a form property to control this.

Paul Hammond
Richmond, VA
--
 
G

Guest

Set the Tab Order of each field, and set it to the order you want, until the
last field.
When you get to the last field in that order it will move to the next record
When you are in form design, select from the menu bar view > Tab Order, to
see the order you have now and change it to the order you want.
or change the property of each field
 
G

Guest

This is not working. Everytime I hit the Enter key it wants to go to the
next record. I have the tab order already set the way I want it. Since my
table does not allow nulls in most fields, I am getting errors.

Paul
--
 
G

Guest

From your menu bar: Tools->Options->Keyboard
Under Move After Enter, Click Next Field.
Note, this will affect all forms in your application.
 
F

fredg

I want to control the actions of the Enter key. I have a form that wants to
go to the next record when the Enter key is hit, but I just want it to go to
the next control till it gets to the last control, THEN go to the next record.

Please tell me there is a form property to control this.

Paul Hammond
Richmond, VA

Did you set the Form's Cycle property to All Records?
It's on the Other Tab.
Are all of the other controls enabled and not locked?
 
G

Guest

Form's Cycle property IS set to All Records

There are some controls that are locked.

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Enter Key Behavior 1
Enter-Key 3
Combo Box Dropdown 7
return key in text edit 2
Restrict entering Null or Empty in Textbox - Access 2007 0
Key Behaviors 1
Disable Enter Key 1
cbo for record / next record 2

Top