Hello !
I'm trying this for a while and I still can't do it.
What I Want is:
- Delete Rows on the .mdb database (By the selected row on the datagridview)
I tried this:
Me.DataGridView1.Rows.RemoveAt(Me.DataGridView1.CurrentRow.Index)
It only removes the row on the datagridview, not on the database.
Someone please help me !