I want to create a banking management system using vb.net. I have already created all the forms in vb.net. The main form is the login form, where the customer has to enter his or her username and password. If the username and password entered are correct, then the customer will be able to log in. Else, an error message will pop up.

These usernames and password details are stored in the Microsoft Access Database in a table named customer detail.

I am stuck in the part where i have to write the code to get these usernames and passwords from the customer detail table.

I have already done the connection,the data adapter and data set parts to connect and get information from the customer details table.