Combo Boxes
I set up a WinForm that has Physician names (Last Name, First Name, Middle Name). I then added a combo box that is flooded with facility names from a dataset. The user can pick a facility to associate with the Physician and then hit the Update button and will update the underlying SQL table.
The problem is when I navigate through the records, the data in the combo box changes like I want it to, but sometimes it's like the facility in the combo box 'sticks'. When navigating through the records the facility name won't change till like 3 or 4 records later, this happens navigating forward and backwards.
Any help would be appreciated.
|