AccessGuruCarl
Programmer
Hello,
Is it possible to create a vb script file to copy an .mdb file to every sub-folder from it's root folder if the sub-folder doesn't have a .ldb file and rename the previous file so that it doesn't get over-written.
Example: Server Folder
//K/Access/MDB/
Then in the MDB folder...
There are several folders, named as usernames...
jsmith,amurray,bwright,dwhite, ect...
Each users folder contains 1 copy of an access database.(.mdb file) If the file is open, it creates a .ldb file!
What I'd like to do is have a script file in the MDB folder, so that I can copy the revised .mdb file here, then drag & drop the .mdb file onto the script file to copy it to each users folder, so long as the user's folder doesn't contain a .ldb file, rename previous .mdb file with todays date then copy revised file to users folder.
I've found something similiar to this were they drop a folder of images, and it creates thumbnails in IE of all the images in the folder. So I was hoping this was do-able.
Any Idea's....
Thanks, In Advance!
AccessGuruCarl
Programmers helping programmers
you can't find a better site.
Is it possible to create a vb script file to copy an .mdb file to every sub-folder from it's root folder if the sub-folder doesn't have a .ldb file and rename the previous file so that it doesn't get over-written.
Example: Server Folder
//K/Access/MDB/
Then in the MDB folder...
There are several folders, named as usernames...
jsmith,amurray,bwright,dwhite, ect...
Each users folder contains 1 copy of an access database.(.mdb file) If the file is open, it creates a .ldb file!
What I'd like to do is have a script file in the MDB folder, so that I can copy the revised .mdb file here, then drag & drop the .mdb file onto the script file to copy it to each users folder, so long as the user's folder doesn't contain a .ldb file, rename previous .mdb file with todays date then copy revised file to users folder.
I've found something similiar to this were they drop a folder of images, and it creates thumbnails in IE of all the images in the folder. So I was hoping this was do-able.
Any Idea's....
Thanks, In Advance!
AccessGuruCarl
Programmers helping programmers
you can't find a better site.