I'm a real newbie to 2005. I just completed my into to vb.net. I have a problem compairing a txtBox to a field in a MS Access table.

I have used the wizzard to connect to a SemProj.mdb and to the table tblInstructor. tblInstructor has three Columns. ID, InstrName, UserID.

I have created cboUsrName and combined ID with InstrName, but returns only the ID in txtUserIDtoCheck

Created a txtBox, txtUsrIDtoCheck

I created txtUsrID & txtUsrPswd.

Now I want to compair the info given by the user is txtUserID & txtPswd against the data in my Access table.

I know how to use the tableadapter to fill the database and how to use a datagridview on a form.

How do you get the info back from the dataset??