memo field is limiting characters

B

brandee

I have a form that has two memo fields - both are set to "can grow" and you
can type as much as you like into the fields but when you move on to the next
one the entered text is truncated to 255 characters??
 
J

John W. Vinson

I have a form that has two memo fields - both are set to "can grow" and you
can type as much as you like into the fields but when you move on to the next
one the entered text is truncated to 255 characters??

Some confusion of levels here!

Forms don't have fields. Forms have *textboxes* - which may or may not be
bound to fields in a Table. There is no such thing as a "memo field on a
form"; you can have a Memo field in a Table, and that field can be bound to a
form textbox.

Secondly, the "can grow" property does not affect the number of characters
that can be entered, but only the height (in inches or centimeters or twips)
of the textbox when it is printed. It does not affect what you see on the
screen.

My guess is that you have a Format property set on this field in the table, or
on this textbox on the form. A Format will truncate the memo field. There are
other reasons, see the reference elsethread.
 

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