D Douglas J. Steele May 7, 2010 #2 Sounds as though you're using a Text field, not a Memo field. Text fields cannot exceed 255 bytes.
J John W. Vinson May 7, 2010 #3 I cannot make the field size increase past 255. Data is cut off Click to expand... 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.
I cannot make the field size increase past 255. Data is cut off Click to expand... 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.