Text box navigation

B

Bumpushound

Access 97--Text Box
When I push enter, I'd like to go to the next line in text box. Right now it
goes to the next field. Is there any way to go to the next line?
I know this sounds simple, but I can't find any way to do this.
 
R

Rick Brandt

Bumpushound said:
Access 97--Text Box
When I push enter, I'd like to go to the next line in text box. Right now it
goes to the next field. Is there any way to go to the next line?
I know this sounds simple, but I can't find any way to do this.

All TextBox controls have a property named "Enter Key Behavior". You'll
find it on the "Other" tab of the property sheet.
 
A

Arvin Meyer

Bumpushound said:
Access 97--Text Box
When I push enter, I'd like to go to the next line in text box. Right now it
goes to the next field. Is there any way to go to the next line?
I know this sounds simple, but I can't find any way to do this.

In the control's property sheet, change the Enter Key Behavior property to:

New Line in Field
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 
Top