I have a combo on a form whose rowsource changes in the Form_OnCurrent event.  I discovered that if I am using the Navigation bar to step through the records and I go from the last record, to a new record, then back to the previous record, the combo does not update.  Works fine if I am going forward to the record,  just when I am going backwards it fails.  (The data is being saved.)
The combo box is loaded with the correct list, and as soon as I click the drop down, the correct value shows up.
Anybody seen this? Is there a workaround for the behavior?
 The combo box is loaded with the correct list, and as soon as I click the drop down, the correct value shows up.
Anybody seen this? Is there a workaround for the behavior?