Hi, I have two temporary tables with a common column, SEQ#. Is there any way to create a third TEMPORARY table doing an INNER JOIN or an INTERSECT? I use this third temporary table to display a ListView on a form. Is one method (INNER JOIN vs INTERSECT) better than the other? There is a one to many relationship between the two temporary tables, if that makes a difference. Thank you in a advance, Diane DeMers [email protected] DeKalb, IL

