found the answer myself...
I created a temporary index with the "indexseek" expression into it:
INDEX ON IIF(INDEXSEEK(table2.adresnr,.F.,"table1","adresnr"),IIF(SEEK(table2.adresnr,"table1"),table1.comp_name, ""),"") TO "c:\temp.cdx"
this works great!!