Thanks for your suggestions Gilbert. I'll give that a try. Alison
--- In [email protected], "Clauss Gilbert" <[EMAIL PROTECTED]> wrote: > you can declare each table of database1 as an external file of database2, then try to make insert queries (insert the records of db1.table1 into db2.table1) > Always start with table 1 (because table 2 might depend on it, if there are referential integrities), then table2, then table 3
