T
Terri
What is the best method to use to copy the .mdb file to a
cd from a command button on a form? I had been using the
Shell function to run the very ancient xcopy.exe command
retVal = Shell("c:\windows\system32\xcopy.exe /y
c:\data\file.mdb d:\")
But I'm sure there must be a better way :-0
Thanks - Terri
cd from a command button on a form? I had been using the
Shell function to run the very ancient xcopy.exe command
retVal = Shell("c:\windows\system32\xcopy.exe /y
c:\data\file.mdb d:\")
But I'm sure there must be a better way :-0
Thanks - Terri