View Full Version : Fair message if typing word not found in bound combo box


tanha
07-19-2007, 04:13 AM
Dear all,
I have a bount combo box, I want that if the typing word is not in the combo, Appropreite message appears in the After Update event...
How it is possible?

RuralGuy
07-19-2007, 04:18 AM
Try setting LimitToList to YES and putting your message in the NotInList event.

tanha
07-21-2007, 08:14 PM
Thanks much for that...