I have a form that utilizes two data sets. The first data set over the inventory file is used to populate a combo box that is used to select an item. The the combo box displays the Name of the item while the selected value property contains the inventory
number. The inventory number is then used to fill the second data set with a parameterized query to populate the rest of the form. This works fine but after the query is run and the second data set is populated the Combo box then displays the first element
in it's collection and not the name of the item selected. How can I set the combo box to display the item that was selected ? And how can I update the second data set if I should need to change the name displayed by the combo box?
↧