I have a form with a textbox that is to display PO text. Number of character is in excess of 255. The textbox is unbound and it populated with the use of a string variable. The string length has not been defined. The recordset does contain all the details.
The problem is that when the field is populated, the PO text is truncated and only displays part of the text. Are Textboxes limited to the number of characters that can be displayed?
The problem is that when the field is populated, the PO text is truncated and only displays part of the text. Are Textboxes limited to the number of characters that can be displayed?