I have a ComboBox that uses a table with 2 fields, an ID Field (AutoNumber) and a Memo field.
The Memo field can contain some long text which is needed to fill in a field in a record.
Everything was working fine unti I added a record to the Memo field that was quite lenghtly, about 180 characters.
Well on the form that has the ComboBox, when I select this long character record, it only shows 153 characters and 153 characters are inserted in the field in the underlaying record set.
I have played with this and can't find out why it's truncating the data.
Going to the table to which the ComboBox is bound, all the data is in the field.
Pulling my hair out.
Thanks!
Richard
The Memo field can contain some long text which is needed to fill in a field in a record.
Everything was working fine unti I added a record to the Memo field that was quite lenghtly, about 180 characters.
Well on the form that has the ComboBox, when I select this long character record, it only shows 153 characters and 153 characters are inserted in the field in the underlaying record set.
I have played with this and can't find out why it's truncating the data.
Going to the table to which the ComboBox is bound, all the data is in the field.
Pulling my hair out.
Thanks!
Richard