I have an application with a front and back end. I am attempting to use a 3rd mdb file to update the back end with database changes. This requires transferring tables from the 3rd mdb to the back end.
My problem is that I want to initiate this transfer from the front end.
The docmd.transferdatabase command appears to allow only imports or exports to the current database.
Any thoughts on how to approach this issue?
My problem is that I want to initiate this transfer from the front end.
The docmd.transferdatabase command appears to allow only imports or exports to the current database.
Any thoughts on how to approach this issue?