Can someone help me to create a login screen. I am new to VB and don't know how to proceed with.
I have VB 6.0 and MS-Access 2003 and Ms-Access 2007.
I have a form with 2 textbox(userid & password)
2 buttons (Login and Exit)
A database with name Login.mdb (table name: tbllogin)
I wish to write a code which will help the user only if his or her user id and password exist in the database. If wrong input is given it should not allow the user to go to next form.