I am new to this forum, but need assistance. I will preface this as my homework. I do not expect specific answers, but a point in the right direction is much appreciated.
Assume that a form's BindingContext contains a DataSet named dsSample with a table named tblResponses. Write a loop to locate and delete records so that you delete every tenth record. That is delete records 10, 20, 30, and so on. When the process is complete, copy the DataSet to another DataSet containing the deleted records. Record and accept the changes.
I believe I have figured out the record and accept changes, but do not know how to write the needed loop. Thank you in advance.