I used generate member to create a FocusChanged event for an text field and it produced this: Sub _FocusChanged (HasFocus As Boolean) End Sub It should have produced this I think; Sub myField_FocusChanged (HasFocus As...