Private Sub ClockNo_NotInList(NewData As String, Response As Integer)
Dim cn As Connection
Dim rs As ADODB.Recordset
If MsgBox(NewData & " is not in the selection provided. Would you like to add it?", vbQuestion + vbYesNo, "Unknown Course") = vbYes Then
Set cn = CurrentProject.Connection
Set...