I have a form with several fields using a binding source to a dataset. One of my controls is a ComboBox that gets populated with values from a database and a default value is selected. When I call the AddNew on the binding source, the binding source is setting the selectedvalue of the combobox to "". I cannot figure out where or when to set the selected value on the combobox without the binding source stepping over it by setting the selectedvalue to "". If you know the secret to setting a selectedvalue of a bound combobox after the AddNew is called I would appreciate your help.
Thank you,
Smeese