I have a form with a combo box that gets it's list from a table. If I click the drop down list and select an entry, all related fields properly display in the form. However, if I have the combo box field highlighted and scroll the mouse, the combo box entry is unchanged while the rest of the fields scroll through the table. How do I either sync the scrolling in the other fields to the combo box or prevent scrolling of any field when the focus is on the combo box?