I have a combo box with databinding to a dataset, but it's datasource should change depending on another field in the dataset. So for example, if the user scrolls to a record and the "Department" field is Quality, then only applicable employees show up in an Employee drop-down. When the user scrolls to another record where "Department" = Production, a different set of employees should be selectable from the drop-down.
How do I make a combobox datasource be dynamic like this based on another field in the same databinding dataset?
Thank you for any help.
How do I make a combobox datasource be dynamic like this based on another field in the same databinding dataset?
Thank you for any help.