i have a field in a table which takes date from a table named currency through a combobox.i have writen the following code in order the user to add the currency that there isn't in the list of the combobox:
Private Sub currency_NotInList(NewData As String, Response As Integer)
On Error...