Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Zip multiple files.

Status
Not open for further replies.

zatch

MIS
Oct 11, 2001
75
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top