Hello,
I'm currently using a split database and I want to be able to permit a user to export a table from the backend to another database via a command button on the front end. When I execute the following code from the front end
only the link to the table is exported. I want to be able to export the actual table to another database
DoCmd.TransferDatabase acExport, "Microsoft Access", "I:\PBS\Rabs-DB\Test.mdb", acTable, "SLockbox54602Table", "SLockbox54602Table"
I'm currently using a split database and I want to be able to permit a user to export a table from the backend to another database via a command button on the front end. When I execute the following code from the front end
only the link to the table is exported. I want to be able to export the actual table to another database
DoCmd.TransferDatabase acExport, "Microsoft Access", "I:\PBS\Rabs-DB\Test.mdb", acTable, "SLockbox54602Table", "SLockbox54602Table"