R Rick Brandt Aug 25, 2003 #2 Ashby said: Text boxes have a MAXIMUM size of 255. Click to expand... 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.
Ashby said: Text boxes have a MAXIMUM size of 255. Click to expand... 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.