Good morning to everyone.

In VB.net 2008 I would like to have a datagridview in a form.

This datagridview, show the data of one MDB table.

I pretend the user can change data, and save them.

BUT, I DON'T want use the default save button created by the VB in the header of the form.

Cause I have extra code to do in saving moment, I need to create my "save" button.

What code should I enter in the click event of the button???

I've tried many solutions, but none of them works..

Thank You