Ok heres my problem... I have 2 forms.
A login form with the (txtUserName and txtPassword)
and a Main form. (frmLogin and Form1)

On Form1 I have label1 at the top...how do I set it up so that whatever is written in txtUserName on the frmLogin, appears in Label1 on Form1?

Thanks