ACC: How to Display List/Combo Boxes with More Than One FieldID: Q90876
|
Moderate: Requires basic macro, coding, and interoperability skills.
This article discusses how to display more than one field in a list box or
combo box.
If you enter an SQL command in the RowSource property for the control,
Microsoft Access can display more than one field in a list box or combo
box. For example, if you want to combine two fields into one list box, the
syntax for the SQL command could be as follows:
Select [FieldName1] & [FieldName2] from [TableName];
Additional query words: listbox combobox row source
Keywords : kbusage FmsCmbo
Version : 1.0 1.10 2.0 7.0
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: March 11, 1999