R
RebootKidFL
Hi
I'm working on a database application which needs to have a "dupplicate"
detection tool for records. OK Point is that: if three fields are actually
repeated (on different Records) a message is suppoust to print on the screen
in order to get the user warn there's a posible duplication of a record or of
a "procedure". -->It's for an insurance company<-- so in order to detect a
"dupplicate" of a "procedure"; I need to do a "procedure" to detect that.
Point is that I can not use the "Primary-Key" because there might be a
duplication of a field when if a "patient" asked for a second opinion to
another phisician. Or another medical procedure from another phisician.
I hope this story does makes scence.
Reboot Kid
I'm working on a database application which needs to have a "dupplicate"
detection tool for records. OK Point is that: if three fields are actually
repeated (on different Records) a message is suppoust to print on the screen
in order to get the user warn there's a posible duplication of a record or of
a "procedure". -->It's for an insurance company<-- so in order to detect a
"dupplicate" of a "procedure"; I need to do a "procedure" to detect that.
Point is that I can not use the "Primary-Key" because there might be a
duplication of a field when if a "patient" asked for a second opinion to
another phisician. Or another medical procedure from another phisician.
I hope this story does makes scence.
Reboot Kid