J
Jerry
Windows 2000 Server, SQL server 2000 with Access 2000 frontend
Hi all,
We have a database that holds all our project data and a fileserver
that holds separate folders for each project. Folders on the network
and projects in SQL are named identically (e.g. GH3452) and all
projectfolders are located under \\server\projects\.
What I would like to accomplish is a way to move the respective
folders of finished projects (as indicated by a finishing date in
tbl.projects) to another location on the fileserver (e.g.
\\server\backup\). Ideally, this should all be possible from within an
Access form.
What I had in mind was to populate a new table with the folderlist of
\\server\projects\ and then query that table for projects that have a
finishing date in tbl.projects. The folders that match the criterium
would then have to be moved on the fileserver.
My guess is that this is doable, but I'm lacking VBA experience to get
it to work. Would anyone be willing to guide me through it? Any help
is much appreciated! Please let me know if you need more info.
thanks,
Jerry
Hi all,
We have a database that holds all our project data and a fileserver
that holds separate folders for each project. Folders on the network
and projects in SQL are named identically (e.g. GH3452) and all
projectfolders are located under \\server\projects\.
What I would like to accomplish is a way to move the respective
folders of finished projects (as indicated by a finishing date in
tbl.projects) to another location on the fileserver (e.g.
\\server\backup\). Ideally, this should all be possible from within an
Access form.
What I had in mind was to populate a new table with the folderlist of
\\server\projects\ and then query that table for projects that have a
finishing date in tbl.projects. The folders that match the criterium
would then have to be moved on the fileserver.
My guess is that this is doable, but I'm lacking VBA experience to get
it to work. Would anyone be willing to guide me through it? Any help
is much appreciated! Please let me know if you need more info.
thanks,
Jerry