Yes - with an "append query"
You can either write the SQL Insert statement yourself
such as
Code:
INSERT INTO Table1 (Field1, Field2)
SELECT Field1,Field2
FROM Table2;
- or you can get Access to do it for you, by selecting "APPEND" in the query type.
Steven
There are 10 kinds of people in the world - those who understand binary - and those with friends