|
-
Aug 31st, 2000, 05:17 PM
#1
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|