I am currently using the following command to zip a file from within Access.
ReturnValue = Shell("c:\program files\winzip\Winzip32.exe -a " & ZipFileName & " " & FileToSave, 1)
I now need to zip two files. Can anyone please tell me how I can modify this command to zip two files into one zip file? Thanks in advance.
Zatch
ReturnValue = Shell("c:\program files\winzip\Winzip32.exe -a " & ZipFileName & " " & FileToSave, 1)
I now need to zip two files. Can anyone please tell me how I can modify this command to zip two files into one zip file? Thanks in advance.
Zatch