I have added a combo box to a form that I want the User to be able to type in a value to that is not in the list. I don't want to use the limit to list property unless there is way to get past the limit and continue processing without adding the value the user typed in to the list. I want to catch the "notInList" at a later processing point. How can I tell when the user has typed in a value that is not in the list without using NotInList (I'd prefer to avoid another db call to check for this value in the table)
Thanks,
J9
Thanks,
J9