I have designed a database program to keep track of Cemetery listings. I am an amateur genealogist. I have disigned one table, called Cemetery, in which I place the Cemetery general information with the ID field as the key field. Then I created a Person Information, with cemetery field as the key field. This is also the field I have linked to. The Person Information is the child and Cemetery is the parent. In the secondary index section I have designated the index as unique in Cemetery and as maintained in Personal information. When I try to enter information in the Personal Information the first record enters alright. When I try to enter another record, however, I get the error message I have committed a key violation. Can anyone tell me what I have done wrong? Thanks, Ray Holt