S
Shawn
Hello,
I have database witch create fold each day by Julian date, for example
“SMP09002†folder name year and day folder name does not change. User
manually copy files to different drive folder and import to access db. Is
their any way I can automate that process. I tried FileCopy method but I am
getting error message “File path not foundâ€.
Here is the code:
StrFolder = ("smp" & Format(Now(), "yy") & Format(Now(), "y"))
FileCopy "S:\Remitance\TAB\" & StrFolder & "\Trans\AAB.001",
"C:\DATA\AAB.001"
Any help would be most appreciated
Regards,
I have database witch create fold each day by Julian date, for example
“SMP09002†folder name year and day folder name does not change. User
manually copy files to different drive folder and import to access db. Is
their any way I can automate that process. I tried FileCopy method but I am
getting error message “File path not foundâ€.
Here is the code:
StrFolder = ("smp" & Format(Now(), "yy") & Format(Now(), "y"))
FileCopy "S:\Remitance\TAB\" & StrFolder & "\Trans\AAB.001",
"C:\DATA\AAB.001"
Any help would be most appreciated
Regards,