Several people helped me get my text validation for a text box ( but now I have a new problem!
I also want to use the same input validation *first*, before the string is checked against whether it's in the list. I put this code from the link above in the Before update event, but it appears that the "Not in List" event fires first. So then I tried to insert this code in the "Not in List" event procedure, but I get "Ambiguous name detected: ValidText".
Does anyone know what I am doing wrong? Thanks.
I also want to use the same input validation *first*, before the string is checked against whether it's in the list. I put this code from the link above in the Before update event, but it appears that the "Not in List" event fires first. So then I tried to insert this code in the "Not in List" event procedure, but I get "Ambiguous name detected: ValidText".
Does anyone know what I am doing wrong? Thanks.