I have a mutiline text box on a form. I intend to use this box to display information as i loop through a dataset (so each new record will add new info to the text box)

Thing is at certain points i want to have the text box move onto a new line. However i have no idea how i get VB to do this. I tried looking up anything i could about carridge returns and that in VB but found nothing of any help.

Cna anybody tell me what code i would use to take a text box, and add new information onto a new line in that text box?

Any help appreciated, thanks in advance.