I change the header name of a datagridview using the following code
Me.DataGridView1.Columns(0).HeaderText = "xxxx"
How can I apply this change to the Access database? Like when I rename first column in datagrid view I want the first column in database to be the same.