I have a question.....

i have a multi-line textbox with verticle scroll bar,
i added a string (from records) on each line of the textbox and the end with vbCrLf to go to next line.

text1 = text1 & vbcrlf


the problem is the scroller bar won't automatically go down to show the last record. i have to scroll it manually to the bottom of the textbox.

how can i make the scroll bar automatically scroll down and show the last record when the viewable size of the textbox is not tall enough.

thank you for your attention!!

chi-Bang!