Option #1
I have a folder with Access files, subfolders, and some .vbs files in it. It requires one person to navigate through a setup process. Once the setup is completed, they need to copy the folder to a location on a shared drive. I would like to do this with vba in a file located outside the folder. In a nutshell, here is how the setup takes place.
Files are downloaded to C:\Program Files.
A vbscript is run and extracts a folder directly to the C:\Drive and opens it.
The user manually moves the BE file to a shared drive.
The user opens the FE file and is walked through using the Linked Table Manager.
The user then follows a series of forms to input data.
After this, a Shell command closes that DB and opens another.
The second DB walks them through the Linked Table Manager and closes.
At this point I would like to open the file outside the folder.
Here is what I need:
Upon opening the third file, I would like to have it copy the folder C:\Test and have a dialog box open telling them to paste it in a location where all users have access to, allowing them to navigate to that location and paste the file.
Option #2
Another option is to open a dialog box that would allow for selection of a folder and the option to Save As. This way the user can select the file and save it to another location.
Can anyone do that?
Thank you.
I have a folder with Access files, subfolders, and some .vbs files in it. It requires one person to navigate through a setup process. Once the setup is completed, they need to copy the folder to a location on a shared drive. I would like to do this with vba in a file located outside the folder. In a nutshell, here is how the setup takes place.
Files are downloaded to C:\Program Files.
A vbscript is run and extracts a folder directly to the C:\Drive and opens it.
The user manually moves the BE file to a shared drive.
The user opens the FE file and is walked through using the Linked Table Manager.
The user then follows a series of forms to input data.
After this, a Shell command closes that DB and opens another.
The second DB walks them through the Linked Table Manager and closes.
At this point I would like to open the file outside the folder.
Here is what I need:
Upon opening the third file, I would like to have it copy the folder C:\Test and have a dialog box open telling them to paste it in a location where all users have access to, allowing them to navigate to that location and paste the file.
Option #2
Another option is to open a dialog box that would allow for selection of a folder and the option to Save As. This way the user can select the file and save it to another location.
Can anyone do that?
Thank you.
Last edited: