ACC: Combo Box Displays Only 255 Characters of Memo FieldLast reviewed: April 24, 1997Article ID: Q96987 |
The information in this article applies to:
SYMPTOMSNovice: Requires knowledge of the user interface on single-user computers. When you are looking at the contents of a Memo field in a combo box, the entire contents of the Memo field are not visible. Instead, only the first 255 characters of the Memo field are visible.
RESOLUTIONIf you need to view the entire contents of a Memo field, use a text box instead of a combo box.
STATUSThis behavior is by design.
MORE INFORMATIONMost data types are limited to 255 characters, but Memo data type fields can contain up to 32,000 characters. A combo box can display only up to 255 characters, regardless of the underlying field's data type.
REFERENCESFor more information about how to update text boxes from a list box or combo box, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q93138 TITLE : ACC: Using Column Property of Combo Box to Update Text Box |
Keywords : FmsCmbo kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |