I have a dropdown list on a form that is driven by a table in a SQL database to allow a value to be selected within a parent record. When displaying this parent record later I select the value to be displayed on the drop down list (i.e represents the selection made when record previously entered.)
Everything is fine until I click on the Reset button, all values are reset to record information except for the drop down list, this simply resets to a default value (same as if a new record is being added).
Everything is fine until I click on the Reset button, all values are reset to record information except for the drop down list, this simply resets to a default value (same as if a new record is being added).