I have created a database that my company uses for project proposals.
Of course associated with any project is multiple documents that get stored in numerous locations.
I have created a blank directory structure that I copy/paste for each no project to the shared server drive.
Would it be possible to place a button in my project proposal form that will copy the template directory and place it in a predefined public place?
I was thinking I could use the MkDir command to make the first folder which would use the name of the project.
Than copy everything else to that parent directory.
The other problem I have run into, is I don't know how to make the VBA handle the name of the directory I want to use as it has spaces in it. (O:\Power & Industrial\Projects)
Cheers
Of course associated with any project is multiple documents that get stored in numerous locations.
I have created a blank directory structure that I copy/paste for each no project to the shared server drive.
Would it be possible to place a button in my project proposal form that will copy the template directory and place it in a predefined public place?
I was thinking I could use the MkDir command to make the first folder which would use the name of the project.
Than copy everything else to that parent directory.
The other problem I have run into, is I don't know how to make the VBA handle the name of the directory I want to use as it has spaces in it. (O:\Power & Industrial\Projects)
Cheers