I have a problem that is driving me nuts…
In my Participant table, I keep First Name and Last Name in separate fields. However, the users keep on entering duplicate names and setting each field to prevent duplicates doesn’t work because there are many same last names such as “Anderson”. I need a way to force the table to look at both fields and determine whether it is a duplicate or not.
I’ve already told users many times to double check, but they still end up adding a new record for same person that already exists in the database.