ACC2: How to Format Data in Combo Boxes and List Boxes (120904)
The information in this article applies to:
This article was previously published under Q120904 Novice: Requires knowledge of the user interface on single-user computers.
SUMMARY
Microsoft Access displays data in list boxes and combo boxes whose
RowSource property is set to a table or query using the format defined in
the underlying fields' Format property.
If you want the data in a list box or combo box to be displayed with a
different format, you can create a query and set the fields' formats using
the query's Format property, or you can use the Format() function in an
expression.
If a list box or combo box's RowSource property is set to an SQL statement,
a field's Format property will have no affect on how the data is displayed,
because SQL statements do not contain or specify any formatting
information.
NOTE: In version 7.0, combo boxes have a Format property.
REFERENCES
For more information about formatting data, search for "Format," and then
"Formatting a Field" using the Microsoft Access Help menu.
Modification Type: | Major | Last Reviewed: | 6/24/2002 |
---|
Keywords: | kbhowto kbusage KB120904 |
---|
|