One of the cool things with Visual Studio is that you can just drag and drop an Access database (either MDB or the new ACCDB format for Access 2007) to the solution explorer to add the database to your project. After a few seconds you will be presented with a wizard to help you through the steps of importing the tables from your database into typed datasets to use in your code or to bind to controls. It's great for experimenting and get you started with databinding. Renaud
Blog blog.nkadesign.com Articles etc.nkadesign.com