Hi there,
I'm looking for advice as to the correct method for form design to prompt the user entering data to avoid duplicated records.
For example: The user enters profile information in the fields firstName surName Its highly possible for numerous profiles to have the same name (e.g John Smith, so indexing fields isn't possible to avoid duplicates). Its possible for the user to enter the same record twice if they are not prompt/warned not to do so.
What is considered the best method to prompt users to avoid duplicate entries and highlight that a record 'may' already exist?
Thanks in advance for any advice.