Adding to the Standard Error Messages

G

Greg Ripper

Is there a way that I can add a line to the standard error message that pops
up when you try to add a name to a list that is limited to the list?

Error message is: The text you entered isn't an item on the list

Rip
 
D

Dirk Goldgar

Greg Ripper said:
Is there a way that I can add a line to the standard error message
that pops up when you try to add a name to a list that is limited to
the list?

Error message is: The text you entered isn't an item on the list

Rip

See the help file entry on NotInList event.
 
Top