Hi All,I am attempting to create a validation for a text field with options of 0,1,2 and NA. I originally started with if (Within($,0,2) or $ eq "NA") then$=$elsexfa.host.messageBox("Please enter a number 0-2 or NA")$=nullendifHowever this doesn't account for other text responses. (If i were to ente...