Hi ,


I have this combobox that is being populated form a table. This Ive done , now I need it to have a specific item show as default. Since the combobox needs to be indexed, how can I code it to show always this specific item.

I tried to have

MyCombobox.GetItemText = "MyItemText"

but does not work. Any help please. Thanks