Hi all
I currently have this:
Code:
Private Sub cboTopicQ01_NotInList(NewData As String, Response As Integer)
Call AddNewtoList(NewData, Response)
End Sub
Private Sub cboTopicQ02_NotInList(NewData As String, Response As Integer)
Call AddNewtoList(NewData, Response)
End Sub
Private Sub cboTopicQ03_NotInList(NewData As String, Response As Integer)
Call AddNewtoList(NewData, Response)
End Sub
or rather I have 30 of them
Does anyone know of an easier way?
I've enclosed a copy of my database in case it helps
Working_pastpapersDB.zip