Data Controls/Combo Box Issue

Joined
Jun 18, 2006
Messages
23
Programming Experience
3-5
Hello,

I have a BindingNavigator and common controls connected to an Access Database.

When I fill a combo box with state abbreviations, and during runtime select a state and save the record, I want the combo box to clear or go to the first index when the new record button on the BindingNavigator is pressed.

I have tried to implement this by writing code in the add button on the Navigator, but this actually saves the first state value into that new record. After that, all other record's state values have changed.

Is there a way to do this?
 
Back
Top