List and text box data limitation

G

Guest

I have a list box that's bound to a table. One of the fields in the table is
of type Memo. The list box is programmed such that on click, it displays the
values of the list box onto text boxes. Everything is fine, except the field
of type Memo. For some reason the text box only shows a maximum of 255
characters and truncates the rest of the text stored for that field. I looked
at the properties of the text box but I can't find anything that can fix
this. The same text box is used for displaying and entering text data. Any
help is very much appreciated. Thanks in advance.
 
D

Douglas J Steele

How are you transferring the data from the listbox to the textboxes?

How have you defined the RowSource for the listbox?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top