file copy function in access

A

Allan Murphy

Use the FileCopy command in the format of FileCopy "source file",
"destination file"
e.g. FileCopy "d:\access\test.xls", "d:\results\results.xls"
 
Top