S
SHIPP
I have the following code.
Call Shell("xcopy " & strFromArchive & "*.* " & strToArchive & "*.* /d",
vbHide)
It copies over files that do not exist in strToArchive but it does not
replace the files in strToArchive that are older than those being copied from
strFromArchive. And ideas would be appreciated. I am using Access 2003. Thank
you.
Call Shell("xcopy " & strFromArchive & "*.* " & strToArchive & "*.* /d",
vbHide)
It copies over files that do not exist in strToArchive but it does not
replace the files in strToArchive that are older than those being copied from
strFromArchive. And ideas would be appreciated. I am using Access 2003. Thank
you.