Point well taken!
This program is a medically oriented program for a NFP agency. I selected SSN to be used to decrease the chance of duplicate entry of patients (now called consumers).
I've written a program for them in the 2.6 dyas, used a system generated number as the Relation Index.
However, law and behold, even with checking for existing names and existing numbers, users would input several consumers, such as "John Doe", "Joohn Doe", "Johnny Doeo", you get the point.
Is there a failsave scheme? How about making the following required entry fields: Name, SSN, DOB? Then, I could check for any/ all, and if exists, give a "Consumers w/ same DOB exist, are they the same?"
What do you guys think?
Rainer