Link to home
Start Free TrialLog in
Avatar of Dale Logan
Dale LoganFlag for United States of America

asked on

Text box: Pressing enter does not go to new record

I have a very simple form (subform) where users enter information into a text box. It is a continuous form so that users can see several records at a time. I had one user call to say that all of the information he entered yesterday is now missing. After I checked into it, all of his data is there. However, when entering the data, he was pressing the enter key and expected it to start a new record. I would have assumed the same. Instead, all of the data has been entered into a single record. Pressing enter simply wrapped the data within the text box. In case it helps, I have attached an image of the subform.User generated image
ASKER CERTIFIED SOLUTION
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This is controlled in the properties of the control:
Enter Key behavior:  Default
Will keep you in that field

<However, when entering the data, he was pressing the enter key and expected it to start a new record. >
If the control is the last control in the tab order, sure...
But what if it is the first or third control in the tab order?

Use the Tab to move through the fields.
Use: Ctrl+
...to move to a new record

JeffCoachman
Add a button for next record
Avatar of Dale Logan

ASKER

I sure wish that wasn't the default. It seems to me the more common action would be to exit that control. Thanks for the help.
Again, the origins of this functionality go way back to the days of typewriters and GreenBar paper.

The Enter key has always been the default to move to the next *Line*...
When you press Enter in Excel , you move to the next line/Row
When you press Enter in Word, you move to the next Line
When you press Enter in PowerPoint, you move to the next Line.
When you press Enter in Outlook, you move to the next Line.
When you press Enter in NotePad, you move to the next Line.
When you press Enter in SQL Server, you move to the next Line.
...etc
Why would you want the default in Access to do something that 90% of all application Don't do?

(Because typical Data fields rarely need to wrap, the default enter Key behavior in Access is to stay in the field)

But to be 100% fair, you can change this in the Access Advanced Options:
    Move After Enter: Next Field

But remember Tab has always been the default in most programs to move to the next Field/column
In Excel tab moves you to the next Column
In Excel tab moves you to the next Tab stop of Column in a table.
...etc


Again, Just FYI

JeffCoachman
One of the very first things I do with a new computer or new Access software is to change the default Enter key behavior to go to the next record. Maybe that's why I was thrown off. I never experience it doing anything else.

However, I certainly would not expect pressing enter to stay in the same field. I would expect it to either go to the next field in the same record or to the next row...similar to what it does when you're in a table. I can't believe I've never noticed this before.
OK, did you see how to change this in the Access advanced options...?
Sure. That's what I was referring to as the first thing I do.
ok...
;-)