Here's my problem. I have three tables, Table1, JoinTable, Table2. JoinTable consists of ObjectPtrs to Table1 and Table2. What I would like to do is to find all records in Table1 satisfying the condition (Table2.recID = 1 AND Table2.recID = 2). Is this now possible in Valentina, and, if so, how? Charles Yeomans