I have been working with FoxPro since v3. Currently working with VFP 8. I have a database with one table that has a primary key and a second table with a regular key. I create the join and click the button to modify the referential integrity. All three (insert,delete,update) default to ignore. I change them all to restrict. The update works and the delete works, but the insert does not seem to be working. I can still insert a record into the 2nd table with a value that does not exist in the parent table. Is there some global setting I'm missing?