hi Friends
i am trying to dispaly records in Multiline Text
box.

like this
do while not rs.eof
txtcomments = rs.fields("comments")
or txtcomments = txtcomments & rs.fields("comments")
rs.movenext
loop

after displaying/adding 1st record and i want to display 2nd recond in next line and 3rd in 3rd line etc.,
i.e., i want to add/display each and every record in separate/new line in Text Box.

how it's possible. please help me.


how to execute/click event through programatically.

Through programatically i want to press/click Enter/Return Key.

Thanks in Advance.