
Comparing user entered data to listbox data??
Hi-
I have a question about comparing data that is entered by a user (in a textbox)
to values that may or may not already be in a listbox.
For example, if the user enters 'hi' into a textbox and hits a command button, I
want to check to see if 'hi' is already in a listbox. If it is, do something, if
not, do something else.
Thanks so much for your help!
-Tara