D
David Abdala
Guest
Well, your question is not clear enough for me.. What I understands is that you want to find all the records that match with all the values in a list. Someting like: FOR EACH table WHERE LOOKUP(field,list) GT 0: ENTRY(LOOKUP(field,list),list) = STRING(ROWID). END. /* at this point, list has the rowids of the records, instead of the values, you may need to check that all the valures have been replaced */ .. probably is not what you are really asking about..
Continue reading...
Continue reading...