Increase data field in ACCESS

K

KARL DEWEY

You can use a Memo field but there are some drawbacks.

You can not sort on a memo field.

What you can do is extract the leftmost 255 characters from the memo field
and sort that.
 
Top