Not in List

  • Thread starter Thread starter phuser
  • Start date Start date
P

phuser

I have a combo Box that contains Parts if the part is not in the list I want
a msg box to appear

Private Sub PartID_NotInList(NewData As String, Response As Integer)
MsgBox "Double-click this field to add an entry to the list."
Response = acDataErrContinue

If I put in an item that isnt in the list, nothing happens
 
Back
Top