Dynamically create the combo box.
So get the current value from the database then loop through each of the selections of the combo box and check the current value with combo box selection. If it matches then append "selected" to the value.
So when the combo box is displayed the database value will be selected instead of the first value.
Hope this helps.
Mark