Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multi line text in text field 1

Status
Not open for further replies.

mhall

Technical User
Sep 26, 2000
13
GB
Hi

I want a text field to have the ability to have multiline text. I have set the multiline property to true
but i want the return key to start a new line in the text field. can anyone help.

Thanks in advance


 
If you set multiline to true it automaticaly will go to the next line, unless your talking about going to the next line in code.


Maybe I don't understand your question,
MOO

Brad
 
I think mhall wants to add a return when entering text in the textbox. Do so with <CTRL + RETURN>.

Herman :-Q
 
Thanks MrMoocow,
I needed the same help. I was using
&quot;string&quot; & vbCrLf & _ but it still wasn't working and I thought whaa??

P.S. mhall,
use
& vbCrLf
if you want to force a carriage return with code and
& vbCrLf & _
&quot; &quot; if you want your code to go to the next line.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top