K
Kevin
The answer to this question may be obvious, but...
I have a field in a form that is a Combobox. If someone
types into the field a value that is not in the list, I
want to warn the user, blank the field to remove their
entry, then allow them to enter another value. Currently I
have the limit to list property set to yes. This does two
things I find undesirable: 1) an ugly message pops up
which is not all that user friendly and 2) it does not
clear the field, etc.
I am looking at using the OnNotInList event.
My question is, do I need to leave LimitToList set to yes?
If so, how do I suppress the Access message that pops up
and allow only my custom message to appear? I don't want
to allow them to enter something that is not in the list.
Thanks in advance!
Kevin
I have a field in a form that is a Combobox. If someone
types into the field a value that is not in the list, I
want to warn the user, blank the field to remove their
entry, then allow them to enter another value. Currently I
have the limit to list property set to yes. This does two
things I find undesirable: 1) an ugly message pops up
which is not all that user friendly and 2) it does not
clear the field, etc.
I am looking at using the OnNotInList event.
My question is, do I need to leave LimitToList set to yes?
If so, how do I suppress the Access message that pops up
and allow only my custom message to appear? I don't want
to allow them to enter something that is not in the list.
Thanks in advance!
Kevin