Carriage Return

J

Justin

I want to create a text field that displays all the records a user has
selected to change. I want each record to be on a seperate line in the text
field. What is the code to enter a carriage return?
 
S

Stuart McCall

Justin said:
I want to create a text field that displays all the records a user has
selected to change. I want each record to be on a seperate line in the
text
field. What is the code to enter a carriage return?

Text1 = "Qwertyuiop" & vbCrLf & "Asdfghjkl"

would display:

Qwertyuiop
Asdfghjkl
 

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

Top