A text datatype field can hold only 255 character. If you have more then you
need to change it to a memo field. A memo field has it's limitations as you
can not sort on it but need to sort by the left-most 255 characters.
There is a limit of 2000 bytes *ACTUALLY USED* in any record in a
table. For example, you can easily create a table with ten 255-byte
Text fields - and enter thousands of records into it - but you'll get
this message when you first actually *use* all ten fields to their
individual capacity.
Memo fields only count 16 bytes (IIRC) toward this total, so perhaps
changing your comment field from Text to Memo would help. It may be of
more help to reexamine how well your table is normalized - how many
fields do you have, and how big are they?
John W. Vinson[MVP]
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.