ACC1x: Combo or List Box Column Not FormattedLast reviewed: May 14, 1997Article ID: Q106307 |
The information in this article applies to:
SYMPTOMSA column in a combo or list box displays information without the formatting you specified for the field in the underlying table or query.
CAUSEMicrosoft Access does not use the format specified in the Format property for a field in a table or query when the data is being displayed in a combo or list box. Information contained in a table field will be displayed with the default format for the data type when the data is being displayed in a combo or list box. For example, Date/Time fields will display with the General Date format, and numbers will display with the General Number format.
RESOLUTIONBase the combo or list box on a query, and format the field using the Format() function in a calculated query. The following example demonstrates how to use the Format() function in a query to format a field:
STATUSThis problem no longer occurs in Microsoft Access version 2.0.
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESMicrosoft Access "User's Guide," version 1.0, pages 126-128 Microsoft Access "User's Guide," version 1.1, pages 130-132 Microsoft Access "Language Reference," version 1.0, pages 202-219
|
Additional query words: listbox combobox ADK
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |