text box problems

R

rexhuston

hi,

I have a large, multiple line text box, textbox on one of
my forms. I would like to make it so that when the user
hits enter, it goes to the next line. Right now the enter
key has the same function as the tab key. Is there any way
to do this?

Thanks,
rex
 
R

Rick Brandt

rexhuston said:
hi,

I have a large, multiple line text box, textbox on one of
my forms. I would like to make it so that when the user
hits enter, it goes to the next line. Right now the enter
key has the same function as the tab key. Is there any way
to do this?

Control - Properties - Enter Key Behavior

(it's on the "Other" tab)
 
Top