you can "show" multiple fields in a combo box droplist by adding the additional fields to the RowSourceproperty's query or SQL statement. then adjust the Column Count property of the combo box, and set ColumnWidths for each row. example: a combo box with four columns, bound column is column 1 (the primary key field), column widths are set as
0";1";1.5";.5"
note the primary key field, though it is the BoundColumn, is hidden in the droplist view. and remember, you can show multiple fields in a droplist, but only the value in the BoundColumn will be saved in the control's ControlSource field.
hth
How do I use a combo box to pull up multiple fields at the same time? Or do I use something else? For instance, in the Northwind database sample "orders" form, when you select a company name the rest of the address fields come up (street, City, State, Region, etc). I use MS Office 2000.
Thanks,
Scott