I have a 2013 MS Access database with multiple users in different locations. I have several excel files as Linked Tables. The Excel files are located on a share drive so all users can access the information. The problem we are experiencing is the share drive is slow so it takes long periods for our reports to load.
I would like VBA code, when the user opens the database, the share drive Excel files are automatically downloaded to the their local profile desktop. Each user profile of course is different so the Linked Table has to know to change the person profile name: "C:\Users\" & Environ("Username")& "\Desktop\Reports". The Link Table Manager will not allow Environ("Username") so it will have to done likely in VBA.