G Guest Nov 1, 2005 #1 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?
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?
G Guest Nov 1, 2005 #2 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
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