Join 131,597 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,968 people online right now. Registration is fast and FREE... Join Now!
Hi, I am currently working on a login page using vb.net. I would like to know how to make connection to an access database and verify that the user logged in is a valid user Thanx
Here's an article on connections...as for validating the user, you'll simply need to compare the user inputted information to that stored in the database.