Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EASY combobox - setting an index to be selected

Status
Not open for further replies.

WMitchellCPQ

Programmer
Sep 28, 2001
54
0
0
US
I have a combo box which i set its row source at run time.
I cant seem to set it so that a particular value eg the first value is selected once populated.

This has to be any easy one but i cant seem to get it. Help

Cheers
W
 
Got it


cmbCurrentState.value = cmbCurrentState.ItemData(0)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top