How do I increase my data field in Access to more than 255 chars?
K KARL DEWEY Jun 17, 2005 #2 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.
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.