Maybe I am over-simplifying your problem, but from what I think you are trying to do, here is what you ned:
If your program already knows the AccountNumber before this form comes up, then just put the line
Label2.Text = AccountNumber
in the Load handler (Form1_Load.)
On the other hand, if...