View Single Post
  #2  
Old November 8th, 2006, 08:14 AM posted to microsoft.public.access.forms
Allan Murphy
external usenet poster
 
Posts: 63
Default file copy function in access

Use the FileCopy command in the format of FileCopy "source file",
"destination file"
e.g. FileCopy "d:\access\test.xls", "d:\results\results.xls"
--
Allan Murphy
Email:
"00KobeBrian" wrote in message
...
How do you do a file copy function in Access Code? Thanks.