...But I have a combobox that is bound to a data source. I have fields on the same form that display data based on which item is selected in the combobox. Everything is working fine. My question is, when the form loads, the first item is selected with all of its data shown. Is there a way to make it so no item is selected by default? It seems wierd having the form load with an item already selected with all of its data showing. Any advice would be appreciated.