Combo box in a table

M

monia13

In the combo box in a table I want Names displayed and not ID associated with
the name (indexed field). How do I do it?
 
O

Ofer

Open the table in design view, in the properties of the field, where you
defined the combo, set the ColumnWidths Property to 0;3

To have no width in the code column
 
Top