
multicolon DBcombo or just multi colon basic combo
you can't. The listbox portion of the combo will display multiple columns
but the textbox will not.
You can put a textbox beside the combo to display the other column after
selection is made.
=MyCombo.Columns(x)
as a recordsource.
--
peter walker
ICQ 85542363
various things available from
http://www.users.bigpond.com/papwalker/#Downloads
.
Quote:
> How can I display more than one colon (field) in combo box but to be
> explicit about bound field
> Thx