With feedback from clients, I have concluded that when it comes to handling persons and organizations in databases, folks like to have a one-line free form column when editing names and they want this to display/print exactly as entered. This complicates searches a bit as it now becomes necessary to split apart those names into discrete fields/columns to be able to use things like SQL "Like" and to distinguish common prefix/suffix, connectors and double word names accurately while stripping out periods, comma's, extra white space, etc.
Before I get into building some code to do this (which I'll post)...Has anybody any working code snippets?
Before I get into building some code to do this (which I'll post)...Has anybody any working code snippets?
Comment