Hi,
I have an access 2002 database with 15 tables in it. From time to time, I need to export these tables into another, identical database, which I use for experimenting on! And then I need to do the reverse - export the tables back into the source database. In each case, any existing tables will be over-written with the copied ones.
I realise this can be done with a shedload of DoCmd.TransferDatabase acImport or DoCmd.TransferDatabase acExport things. Indeed, there are many similar postings as this, but nothing quite fits the bill . . .
There must be a nice easy way of coding a command button that will do it all for me. Any ideas greatly, as ever, appreciated!
--
Steven
I have an access 2002 database with 15 tables in it. From time to time, I need to export these tables into another, identical database, which I use for experimenting on! And then I need to do the reverse - export the tables back into the source database. In each case, any existing tables will be over-written with the copied ones.
I realise this can be done with a shedload of DoCmd.TransferDatabase acImport or DoCmd.TransferDatabase acExport things. Indeed, there are many similar postings as this, but nothing quite fits the bill . . .
There must be a nice easy way of coding a command button that will do it all for me. Any ideas greatly, as ever, appreciated!
--
Steven