Originally posted by beachbum
Hi
Don't want to go to crazy on a simple post but just to also state that is good idea to clear combo box before filling... Combo1.Clear... and also to set the ListIndex property after filling it with Additem.... Combo1.Listindex = 0 for eg.
Regards
Stuart
That's true but if you fill it in the Form_Load event you don't really need to clear it if you haven't set any items during design-time.