Text box cutting off data for memo field.

R

Rick Brandt

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.
 
Top