T
Tim
I am trying to write code within access which will
transfer a variable number of word documents into an
archive folder. After looking at the help file I am using
the following code, but it doesn't work. Ay ideas?
FileSystemObject.CopyFile "D:\Data\Database\Reviews\*.doc",
"D:\Data\Database\Reviews\Archive\"
transfer a variable number of word documents into an
archive folder. After looking at the help file I am using
the following code, but it doesn't work. Ay ideas?
FileSystemObject.CopyFile "D:\Data\Database\Reviews\*.doc",
"D:\Data\Database\Reviews\Archive\"