Does anyone know if you can create a dialog on the vb form to connect to a ms access 2007 db locally?

I am creating a app to analyze databases for duplicate data for multiple projects. For example, I might have 10 different access databases to analyze individually and I would like to choose them from a dialog control if possible. After the connection is made I will then proceed to run the query from the button click event and spit out the resulting data into a separate winform.

I am not sure if a openfiledialog could be used but any direction to tutorials, etc. would help.