I have a Visual Basic application that many users are using over a network. I want to creat a form that opens first before the main application form and where the users have to enter in a specified id or password. I have created at MS database that holds the users id and the information i want to use for passwords. In VB i have created a new form and have a label and text box on the form. How do i setup the user to input the id or password and then validate that from the database and then load the application.