I tried this statement in the OnOpen event, Me.Form.SetFocus, wanting to give focus to the first line of a continuous form. However, the control that gets the focus is the first control in the first line, which of course, triggers the OnGotFocus event for that control. I think it would be something akin to where the focus "lands" when the OnCurrent event fires as one navigates to another record of a continuous form.