G
Guest
i have a text file located at
http://www.easara.com/downloads/PayRollUpdates/CurrentTables/Readme.txt
and im trying to get access2003 to copy it to my local machine (C: drive)
ive tried using the following code but i get errors. Can anyone point me in
the right direction please?
SourceFile =
"http://www.easara.com/downloads/PayRollUpdates/CurrentTables/readme.txt"
' Define source file name.
DestinationFile = "C:\Program Files\Easara\Easara Home Office
Suite\PayRoll\readme.txt" ' Define target file name.
FileCopy SourceFile, DestinationFile
http://www.easara.com/downloads/PayRollUpdates/CurrentTables/Readme.txt
and im trying to get access2003 to copy it to my local machine (C: drive)
ive tried using the following code but i get errors. Can anyone point me in
the right direction please?
SourceFile =
"http://www.easara.com/downloads/PayRollUpdates/CurrentTables/readme.txt"
' Define source file name.
DestinationFile = "C:\Program Files\Easara\Easara Home Office
Suite\PayRoll\readme.txt" ' Define target file name.
FileCopy SourceFile, DestinationFile