i have a text box that is linked to database feild. the database field is very long(a description field)and i was wondering how to wrap the text in the textbox so scroll bars are not needed. thanx to any one that can give me some help.
Printable View
i have a text box that is linked to database feild. the database field is very long(a description field)and i was wondering how to wrap the text in the textbox so scroll bars are not needed. thanx to any one that can give me some help.
Change Multiline to True in the Properties of the textbox.
i did that but it still does not work, i get the scroll bars and everything. does it have to do with the data in the database?
Horizontal or Vertical scroll bars?
Set Scrollbars to none and Multi-line to true. I'm not sure why you would want to do this, but whatever. :confused:
thanx alot dude it helped. u r the man