I have a table with names (actors, directors, producers etc.) with [Prefix], [FirstName], [MiddleName], [LastName], [Suffix]. I am trying to prevent duplicate entries so I want to set up a composite key based on all of the fields but I am unable to get more than 2 fields to work.
As an example there could be:
Alan Hale
Alan Hale Sr.
Alan hale Jr.
Sir Alan Hale
Alan G. Hale
so some fields will be blank. As I said I can get the first and last names to prevent duplicates but when I try to include other fields it stops working and allows duplicate entries.
Jim O