In the Form_Load of the messed-up form:
VB Code:
  1. Private Sub Form_Load()
  2.     Me.Show
  3.     Me.Refresh
  4.     DoEvents
  5. End Sub
Does that wake it up?