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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to reset the selection made in a combo box?

Status
Not open for further replies.

Jawad77

Programmer
Dec 23, 2004
41
US
I know how to reset the selection(s) made in a list box by using the itemsselected.count property but it doesn't work for combo boxes. Could some one please tell me how to reset the selection made in a combo box?

Thanks!

 
Code:
Me.Combo1.Value = Null

VBSlammer
redinvader3walking.gif

[sleeping]Unemployed in Houston, Texas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top