J
Joey Samoy
Guest
Hi All, George, can't do word index. Jonathan, the list is built at run time, perhaps I can use array, or temp-table. But still have to do the same logic of validating that all of the items in this list exists in one record. Patrick, let me try again with another example. Record 1 Id A US B CA C UK Record 2 Id A US C UK Record 3 Id Country A US B CA C UK D AU MyList = "A,B" - matches with 1 and 3 MyList = "A,B,C" - matches all MyList = "D" - matches 3 only TIA!
Continue reading...
Continue reading...