How do you do a file copy function in Access Code? Thanks.
A Allan Murphy Nov 8, 2006 #2 Use the FileCopy command in the format of FileCopy "source file", "destination file" e.g. FileCopy "d:\access\test.xls", "d:\results\results.xls"
Use the FileCopy command in the format of FileCopy "source file", "destination file" e.g. FileCopy "d:\access\test.xls", "d:\results\results.xls"