Why don't you just link in the relevant tables with an ODBC driver and then write an insert action query to populate data in your database. You will need to move the data in parent child order. Otherwise you can use Access to export the data into files, one table per file and then use sql loader to load the data.