Text box cutting off data for memo field.

  • Thread starter Thread starter Ashby
  • Start date Start date
Ashby said:
Text boxes have a MAXIMUM size of 255.

That is not correct. Text *fields* have a maximum of 255. TextBox Controls can have
something like 64000 characters when bound to memo fields. I believe the problem is
that columns in ListBoxes are limited to 255.
 
Back
Top