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...