In my text box, txt2_itp_1, allowable values are blank, 0, 1, 2, 98, or 99. When I use the following validation rule,
[txt2_itp_1]="" Or "0" Or "1" Or "2" Or "98" Or "99", Access doesn't allow the user to leave the field blank.
I tried [ISNULL] instead of "", and got the same result, an error message telling me to enter a valid number. I've found plenty of ways to require a field to be filled in, but none to allow a selection of values that includes null.
How do I do this?