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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Start a new line in a table field 1

Status
Not open for further replies.

chrsab

Programmer
May 24, 2002
44
GB
I don't know if this is possible but i want to be able to start a new line within a text field.

The reason behind this is I am writing a VB program and using MS Access as my database and the information in my database will show up in one textbox. But i need new lines, so all the information will not be bunched up.

Can anyone help me?
 
Manually: Use Ctrl+Enter
from VBA: use Chr(10) & Chr(13) or vbCrLf

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top