I have a table with a memo field to hold descriptive notes. In a form I have a combo box whose data source query includes this memo field. After update of this combo box I set an unbound text box on the form to the appropriate column number from the combo box.
The memo field is truncated (probably to 255 chars). How can I get the whole memo field to display in the unbound text box?
It is the SQL that is truncating the field. I've tried setting it from a recordset collection but as that's also based on SQL the truncation also occurs.
This seems to be a relatively common problem but I've not been able to find a workaround anywhere.
Thanks in advance for any helpful suggestions...