By the method told by Mr B you can add just one validation for table
Access tables support check constraints by which you can add more than one constraints for every column in table in which you can validate data from current table or any other table
But this can be done only by using vba (as...