vb problem

  • Thread starter Thread starter Osyris
  • Start date Start date
O

Osyris

hi all
this is my question
in Visual Basic 6 i have created a project that takes data from a MS access
Data base.
my data base has a table that contains a table with tree fields.
id,name,comments
now in the VB i have a form with a text field that takes the data from the
field "comments" from access and display them in the text box.
the problem is that if the field's content in comments field is too
long,in the VB text box , the data appears in "one line" and not in the frame
of the text box...
i dont know if this is understendable but i need a help on that..

many thanks..
 
if I understand; Access is being used only as the back end table....the
problem is in VB6 front end display
 
Back
Top