I have the table tbl1 which contains the phrases and another table tbl2 with the words. I should create the List Box with the phrases from tbl1 which does not contain any word from tbl2.
What would be the simplest solution ?
What would be the simplest solution ?