1: 2: 3: 4: 5: 6: 7: 8: 9:
struct StudentAttempts { int ThrowOne; int ThrowTwo; int ThrowThree; int ThrowFour; } vector <StudentAttempts> vThrows;
1: 2: 3: 4:
Dim rs As Recordset Set rs = frm.Recordset rs.Delete rs.Requery