Is this query valid ?<br><br>There r 3 tables, Table1, X, and Y<br>Y has a field c among others.<br><br><br>Insert into Table1 (a, b, c)<br>(Select X.a, X.b, X.c From X)<br>Join Y on X.c = Y.c<br><br>Thanks<br>John <br><br><br><br><br><br>