How can i set it so I can select fields in the combo box but could not enter anything? If i set Locked property to true it doesnt let me select the fields only view them.
Also if I load the combo with an index, how can i then set the value of the combo box to what ever index I have.
Combo.AddItem Rec!Name
Combo.ItemData(Combo.NewIndex) = Rec!NameID
lets say my ID was 15, how would I set the value of the combo box to the name which has the index of 15?
thanks.
Also if I load the combo with an index, how can i then set the value of the combo box to what ever index I have.
Combo.AddItem Rec!Name
Combo.ItemData(Combo.NewIndex) = Rec!NameID
lets say my ID was 15, how would I set the value of the combo box to the name which has the index of 15?
thanks.