No problem -- it's heavy procrastination day.
Keep in mind that = "Yes" only works if the bound column of the combo box is the column that has the "Yes" in it. If not, you will need to adjust the logic to ...
Me!CombBoxName.Column(x) = "Yes"
where x is the number of the column with the "Yes" in it.
-dK