G
Guest
I am attempting to create a query that will list records with an 80% or
greater match to other records within the same table. For example:
1 | BACD | DGEA | YAK | AZ | UAS |
2 | AZ | AKA | DGEA | BACD | YAK | IOAA|
3 | YAK | UAS | BACD | AZ |
4 | JALL | NXSS | ELAK | AZ | UAS
5 | AZ | YAK | BACD | UAS |
Record 2 is an 80% match with record 1, record 3 is an 80% match with record
1, record 5 is a 100% match with record 3, etc.
Any help would be appreciated.
Thanks
Mark
greater match to other records within the same table. For example:
1 | BACD | DGEA | YAK | AZ | UAS |
2 | AZ | AKA | DGEA | BACD | YAK | IOAA|
3 | YAK | UAS | BACD | AZ |
4 | JALL | NXSS | ELAK | AZ | UAS
5 | AZ | YAK | BACD | UAS |
Record 2 is an 80% match with record 1, record 3 is an 80% match with record
1, record 5 is a 100% match with record 3, etc.
Any help would be appreciated.
Thanks
Mark