I have a login form that asks for a user name and password. In that form I have declared some variables as Public. When the login is successful I show the main form. But when I try to access the variables from the main form they are empty. What do I need to do to make these variables global between forms?

Thanks