That's interesting. I don't think you can do that. No particular
reason, it just looks like it doesn't work. I see that it doesn't
work (that way) in the query designer either: you can write it
into the sql, or include a specific reference to the field, but
Access just doesn't seem to recognise it as an operator when
used as a criteria.
This works fine in my test table (copied straight from the table design
window):-
Is Null Or (([age] Mod 2)=0)
and does throw an error if you try to enter an odd number.
For what it's worth, this one works too if the field is an integer:
([CRCCheck] is null) or
((([CRCCheck] \ 10) mod 7) = (CRCCheck Mod 10))
Hope that helps
Tim F