dpatrickcollins
Programmer
- Nov 18, 2002
- 79
Hi Folks,
I have read various thread regarding the NotInList Event, but none answer this simple question. Consider the code:
Private Sub ClientCompanyName_NotInList(NewData As String, Response As Integer)
Response = acDataErrAdded
End Sub
Should this code prevent the standard Microsoft Error, "The item you added . . . " from being fired. If not, then how? Please note that Access 2002's help for NotInList Event is all but absent.
I have read various thread regarding the NotInList Event, but none answer this simple question. Consider the code:
Private Sub ClientCompanyName_NotInList(NewData As String, Response As Integer)
Response = acDataErrAdded
End Sub
Should this code prevent the standard Microsoft Error, "The item you added . . . " from being fired. If not, then how? Please note that Access 2002's help for NotInList Event is all but absent.