Instead of Form_Load use the Form_Activate instead...

VB Code:
  1. Private Sub Form_Activate()
  2.     myform.Tab = 0
  3. End Sub