Sherman6789
Programmer
We have a table with the key field called Program-ID. This is a unique field as required by Access.
My problem is that some items are coming in without an assigned Program-ID. This means that I can not put them in the table. However, I have been told to put them in THE table anyway. I have found that without the Program-ID, the only way I see to make the records unique is to combine three fields as the key. The three fields are: 1. Reviewer's Last Name, 2. Reviewer's First Name, and 3. The Program Title. With these combined we will have uniqueness.
Problem: 1. Program Title can be as long as 70 characters, Possible duplicate Reviewer names but the complete combination will eliminate duplicates.
Problem: 2. Names and Titles are manually typed in by humans. This means that one person may put an extra space somewhere or by accident, abbreviate some words and these can defeat the "no dups" rule.
Any suggestions?
My problem is that some items are coming in without an assigned Program-ID. This means that I can not put them in the table. However, I have been told to put them in THE table anyway. I have found that without the Program-ID, the only way I see to make the records unique is to combine three fields as the key. The three fields are: 1. Reviewer's Last Name, 2. Reviewer's First Name, and 3. The Program Title. With these combined we will have uniqueness.
Problem: 1. Program Title can be as long as 70 characters, Possible duplicate Reviewer names but the complete combination will eliminate duplicates.
Problem: 2. Names and Titles are manually typed in by humans. This means that one person may put an extra space somewhere or by accident, abbreviate some words and these can defeat the "no dups" rule.
Any suggestions?