Memo field

  • Thread starter Thread starter mary3416
  • Start date Start date
Sounds as though you're using a Text field, not a Memo field.

Text fields cannot exceed 255 bytes.
 
I cannot make the field size increase past 255. Data is cut off

If it is indeed a memo field, make sure there is no Format property specified
for the field either in table design, query design or the form textbox. Any
format will truncate the field.
 
Back
Top