copy/paste files in access basic?

  • Thread starter Thread starter Guest
  • Start date Start date
One option
x=shell("xcopy c:\FileName.xls c:\backup\")

Second option Use the fileCopy Command

FileCopy "Source + Name" , "Location + name"
FileCopy "c:\FileName.xml","c:\FileName.txt"
 
Back
Top