G
Guest
I have a database that has been split into a front end and a back end. I wish to export a table from the front end into another seperate database without it creating a link table to the back end. I have used the copyobject and transferdatabase commands to copy the table into another database but because the table is linked (because of the back end split) it automatically creats a linked table in the new database. The new database is then sent to another user not on the network and of course it can't link to the table. I'm trying to do this so the user just clicks a button and a new database is created with the table included and they can then just e-mail it out.