Okay, so I've searched through the forum and for the life of me I can't figure this out. I have two forms, a Login and a Main form. The Login form is the startup form and I set the program to close when the last form closes. What I'm looking for the program to do is you enter a username and password and it verifies it against the database and then closes or hides the Login form and loads the Main form. I have that much working but I have a Menubar with an option to Change Login under it. I've tried using Public variables to go between the forms to tell it to just load the settings for the user if the login is changed but that Public variable never goes back to the Login form to tell it that you want to change the login. Does anyone have a clue of how to do this?