I have a table with a FK in Response table that is PK in the Answers Table. I want to be able to insert Null values into the FK, because users don't necessarily have to answer a question. In design view i can place Is Null in the Validation Rules and it will allow me to put null values in. However, it will not allow me to put valid key values in any longer. If i take Is Null out, it will allow me to put in valid key values. I want to know how i can do both--allow Key values and Null values.