I am new to vb.net. can someone please tell me how I can update a data set with changes I make to a dataGrid. or if I need to code each individual change. I am writing a standard windows application. and I need to change the MS Access database using my program. I have been able to read it fine... it is just the writing that is the problem. the MSDN help on the subject has sent me in circles. and I just want a simple explanation of what to do. PLEASE HELP!

Visual Basic.net, I need help, data source and dataset updating using a data grid with a standard .exe
OneStrayCat
Stevehat
To get a feel for a round trip experience you can use the Data Sources Window to create a connection to your database. Choose the table you wish to edit. Then drag the table from the Data Sources Window to your form. Once you drop the table on the form VS will generate the code to load and save your form.
For more info, please checkout the docs, or our team blog @ http://blogs.msdn.com/vbteam/archive/category/4754.aspx
Steve Lasker
Program Manager
Visual Studio Data Designtime