S
SherryScrapDog
Hi,
I have a database full of names (for geneology) where I have Last, First,
Middle and Title. My table has an auto-number for primary key. From reading
posts here, I figured out how to make a composite unique key with the 4
fields. However, it is routine that some of the fields are null, especially
(but not limited to) the middle and title fields. I load this table from
muliptle imported Excel tables. I could have Doe, Jane in one record, Doe,
Jane, Mary in another, and Doe, Jane, Mary, Mrs. in a 3rd record. The
problem I am having is that it is loading all records even when they are the
same. For example, if I have Doe, Jane, null, null in 2 records, the second
record loads. I tried both options on the 'Ignore Null' on the Index. I
can't require the fields because they are many times properly null. Am I
missing something simple here? Do I need something specific in my append
query to prevent loading the duplicates? Thanks in advance if you can help!
I have a database full of names (for geneology) where I have Last, First,
Middle and Title. My table has an auto-number for primary key. From reading
posts here, I figured out how to make a composite unique key with the 4
fields. However, it is routine that some of the fields are null, especially
(but not limited to) the middle and title fields. I load this table from
muliptle imported Excel tables. I could have Doe, Jane in one record, Doe,
Jane, Mary in another, and Doe, Jane, Mary, Mrs. in a 3rd record. The
problem I am having is that it is loading all records even when they are the
same. For example, if I have Doe, Jane, null, null in 2 records, the second
record loads. I tried both options on the 'Ignore Null' on the Index. I
can't require the fields because they are many times properly null. Am I
missing something simple here? Do I need something specific in my append
query to prevent loading the duplicates? Thanks in advance if you can help!