What's the best way to make it impossible for users to enter identical information into a field that isn't indexed?
One of the tables in my DB contains a list of organizations. The indexed field (OrgID) is numbered automatically and doesn't allow duplicates, but it's the second field (OrgName) that I want to keep from having duplicates.
IOW, if "Salvation Army" exists as one of the entries in OrgName, what's the best way to make sure it cannot be entered a second time by mistake? Or must I make that field 'Indexed(No duplicates)' in order to avoid this possibility?
Thanks for your help,
KerryL
One of the tables in my DB contains a list of organizations. The indexed field (OrgID) is numbered automatically and doesn't allow duplicates, but it's the second field (OrgName) that I want to keep from having duplicates.
IOW, if "Salvation Army" exists as one of the entries in OrgName, what's the best way to make sure it cannot be entered a second time by mistake? Or must I make that field 'Indexed(No duplicates)' in order to avoid this possibility?
Thanks for your help,
KerryL