This is the executing code when pressing that button:
Private Sub cmdNewStudent_Click()
On Error GoTo Finish_NewStudent
Dim strSQL As String, rst As DAO.Recordset, studentID As String, NewGuardianID, dbs As DAO.Database
Dim i As Long, CurrentYear As Integer, IDNum As String
Dim Region As String...