I have searched and found a fair few pages but they all relate to VS 2005 and VS 2008 only.

What I need to do, using VS 2010, is connect to an Access 2000 (mdb) database.

I then need to access a table called "technicians" that has about 30 fields, but I am only interested in 2 of them - "name" and "isdisabled".

What I want to do is populate an array using the values from "name" if "isdisabled" is set to "0"

Can anyone give me some instructions or point me in the direction of a VB 2010 tutorial?

Thank you.