Could you please clarify, Always show your form in the Form_Load event using the .Show method?

I don't think this is what you mean since the form is already loaded

vb Code:
  1. Private Sub Form_Load()
  2.  Me.Show
  3. End Sub