Hello,
I have a form with a list box. I want to use the not in list property to allow entry of new items.
I have coded the not in list as follows
Private Sub CategoryID_NotInList(NewData As String, Response As Integer)
If MsgBox("Category Not Found, Add?", vbYesNo + vbQuestion...