-- post removed --
For an update form, decided it was easier to do this for < 15 values rather than left join combinations
<option value="X" <?php if (!(strcmp("X", $row_Members['colname']))) {echo "SELECTED";} ?>>X</option>