Use TransferDatabase 10 times, or write a loop.
This link contains example code to create a database file, loop through all
the tables in the current database, skip system tables, temp tables, and
those marked not for backup, and export the rest into the new database,
logging any errors:
http://allenbrowne.com/unlinked/backup.txt
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Melissa" <(E-Mail Removed)> wrote in message
news:44FFCBD5-1550-4FE9-8FEE-(E-Mail Removed)...
>I want to export ten tables to another database. TransferDatabase seems to
>be
> only able to export one table. Is there a way to export all ten tables at
> once?
>
> Thanks!