I have the following code in my form:

Private Sub Form_Current()
Debug.Print "Form Current Event"
End Sub

I also have a combo-box at the top of the form who's after-update event searches for that record.

Everytime I select an entry for the combo-box, the debug statement prints... EXCEPT when I select the 1st entry in the combobox ?!?

I enabled record nav and navigated using those... the print happens for every record (as expected) but not when I select the 1st entry of the combo box.

Anyone seen this??

Thanks
-Ed