They somewhat follow the same pattern -
The root would be the project number and then there could be numerous sub-folders underneath.
I need to be able to grab the project number and tell Access to move everything in that folder from the old location to the new location.
The easier the...
Good morning -
Within my database, I have a flag that will determine if the Project is Current or Archive.
Depending on the flag, I want to copy all files in the subdirectory from one file share to another. I want to do all of this via VBA.
Thanks in advance.
Jeff
All - I can a form that has a button on it that exports an Invoice to a PDF file (code below).
The problem I'm having is that when the user clicks on the button, the Save dialog box pops up (normal). If they decide they don't want to do that operation and click Cancel, the Save box opens...