TextBox Bound to Memo Filed displays the first 255 Chr

S

SS

hi everyone

I have a "Notes" field which is set on the table as a MEMO field. The notes
field is loaded into a form (bound) .the "Notes" field contains more than
255 characters. However, the "Notes" field (which is already a memo field
type bound to textbox) the textbox cuts off all data after 255 characters.
please help

thanks

Wael
 
A

Allen Browne

If the form is based directly on the table (not on a query), you probably
have something in the Format property of the text box on the form, or in the
Format property of the field in the table. Eliminate whatever is in the
property.

If that is not the issue, see:
Truncation of Memo fields
at:
http://allenbrowne.com/ser-63.html
for other possibilities.
 

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