Hi All,



I am not sure if it is possible or there is an alternative to this. I have listbox wihich includes all the reports for a spacific candidate exams. if the candidate have only one report then the listbox is not shown and by clicking on the command, the report will be saved as pdf using docmd. what I need to do, if the candidate have more than one report, the listbox will list all the reports (already done that), then after selecting many or all of the records from the list (example, if there are 4 in the list and I choose first and last), I need the botton when clicked, to save both these files in a rar or zip format giving that the fields that are shown in the listbox are in form of file path such as "c:\report1.pdf","c:\report2.pdf". Is it possible to code something that will create a report.zip or report.rar which will be saved on c as "c:\reports.zip"?

Thanks