I have a combo box that is attached to a database. And the possible selections come from a custom list. I also have a case statement that runs based on the value in the combo box. I have no problem using the case statement when the form is first used and the combo box is used for a selection for the first time but if I were to close this form and open the same record where the previous combo box selection is shown without having to reselect then the case statement will not work. The case statement does not work until I reselect from the combo box list.
my case statement is as follows:
switch (myvalTB.Text)
{
case "metric"......
my case statement is as follows:
switch (myvalTB.Text)
{
case "metric"......