I have an Access DB with a few tables.
One's called tblTech with about 5 names in it.

In VB.NET I have a form and one of the objects is a combobox named comboTech.
When I debug the form and run it I'd like the comboTech combobox to display the names from the tblTech table in a dropdown list.


Data Connections (Solutions Explorer)
ACCESS.c:\...\Database\Database.mdb.Admin I can expand the tree of this DB in Solution Explorer and see my tblTech and the names in it.

Also...
When I created this connection... under the provider tab I selected "Microsoft Jet 4.0 OLE DB Provider"