Hi Doomslagen,
When click save button, you can use dataAdapt to update the database.
The following links are for your reference:
Updating Data Sources with DataAdapters:
http://msdn.microsoft.com/en-us/library/33y2221y(VS.80).aspx
Modifying Data in ADO.NET:
http://msdn.microsoft.com/en-us/library/ms254950(VS.80).aspx
You can use SqlCommandBuilder class to automatically generate single-table commands that are used to reconcile changes made to a DataSet with the associated SQL Server database.
SQLCommandBuilder: http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommandbuilder.aspx
How to use Microsoft Visual Basic .NET to connect to a Microsoft Access database and to retrieve data?
If you have further questions, please feel free to tell me.
Best regards,
Ling Wang
Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.