select record from JTable and than perform update and delete operations into MS Access database table. In this video lecture cover first step how to select record from JTable like GridView in ASP.NET, that define logic with validation if user record press blank part of any row of JTable than not take any action but give message Please select valid row. Second step perform update button code just flag integer variable set 2, all control enable, save and cancel button also set enable to true boolean value so after update button user save record or cancel for update record. Third step perform the delete record with warning message Are you sure to delete this record if user press yes than record delete from database table and also in JTable remove that record.