I have a textbox (txtaddname) in one form (Form1), and a command button as well. When the button is clicked it pulls up another Form. This is where I place the username and password. If both are correct, I want it to make the textbox in Form1 visible, because by default it is hidden. How do I get it to unhide the textbox?