D Dorian Chalom Aug 7, 2003 #1 How do I initialize the item in a combo box to be the first item in the list? The ComboBox's rowsource is a query.
How do I initialize the item in a combo box to be the first item in the list? The ComboBox's rowsource is a query.
M Marshall Barton Aug 7, 2003 #2 Dorian said: How do I initialize the item in a combo box to be the first item in the list? Click to expand... Try setting the combo box's Default Value property to the expression: =combobox.ItemData(0)
Dorian said: How do I initialize the item in a combo box to be the first item in the list? Click to expand... Try setting the combo box's Default Value property to the expression: =combobox.ItemData(0)