+ 2
Yes it's possible. You need to connect your Access or sql and write..
OleDbCommand command = new OleDbCommand();
command.Connection = connection;
string ... = "delete from ... where ID=" + ... + " ";
You need to read more about C#. There are many video about your question in YouTube