A
Arturo
Access 2003 Question
For reasons I don’t want to go into, I am using an FTP process to solve a
network problem. Each location, of which there are over 200, has a team of
four people. I have a process in place that uploads any new data or changes
made by any member of the team. I am working from the directory “C:\ab c\.â€
Whenever another member opens their program, it checks the FTP site for files
from other team members, and downloads them to a directory “C:\ab c\new.â€
(Note: ab c has a space.) There could be no files, one file, or there could
be many.
Each of these files has a key in them. When they open, if the key is
correct, the Autoexec macro runs a procedure that appends new data to the
other team member’s BE file, edited data updates the corresponding record in
their BE, the file closes, and another process deletes them out of the
directory.
My problem is this. I have a Shell command that downloads the files. I have
a batch file that deletes them out. But, I can’t get the files to open. Given
the example below, how would I get it to work? The script needs to know when
there are no files to download and also when all the downloaded files have
been opened.
Example: The files Data1.mdb and Data2.mdb are downloaded into “C:\ab
c\new.†Now, how do I get them to open?
Thanks.
For reasons I don’t want to go into, I am using an FTP process to solve a
network problem. Each location, of which there are over 200, has a team of
four people. I have a process in place that uploads any new data or changes
made by any member of the team. I am working from the directory “C:\ab c\.â€
Whenever another member opens their program, it checks the FTP site for files
from other team members, and downloads them to a directory “C:\ab c\new.â€
(Note: ab c has a space.) There could be no files, one file, or there could
be many.
Each of these files has a key in them. When they open, if the key is
correct, the Autoexec macro runs a procedure that appends new data to the
other team member’s BE file, edited data updates the corresponding record in
their BE, the file closes, and another process deletes them out of the
directory.
My problem is this. I have a Shell command that downloads the files. I have
a batch file that deletes them out. But, I can’t get the files to open. Given
the example below, how would I get it to work? The script needs to know when
there are no files to download and also when all the downloaded files have
been opened.
Example: The files Data1.mdb and Data2.mdb are downloaded into “C:\ab
c\new.†Now, how do I get them to open?
Thanks.