I have a 900 record file. I created a report to display each record's info. I now need to print out separate PDFs for each record. I also need to name each record with information in several fields in the file. I downloaded Bullzip. This is what I have so far.
I have been messing with these 2 statements to get Access to export these pages as separate pages. One does ½ of what I need and the other does the other ½, but I can’t get them to work together:
DoCmd.OutputTo acOutputReport, "", acFormatPDF, "dealership call report.pdf": This does the PDF part.
DoCmd.PrintOut acPages, x, x: This prints the 1 page at a time, but it references bullzip (free pdf creator) instead of Adobe. Bullzip prompts each time it prints for the user to enter a filename.
I have been messing with these 2 statements to get Access to export these pages as separate pages. One does ½ of what I need and the other does the other ½, but I can’t get them to work together:
DoCmd.OutputTo acOutputReport, "", acFormatPDF, "dealership call report.pdf": This does the PDF part.
DoCmd.PrintOut acPages, x, x: This prints the 1 page at a time, but it references bullzip (free pdf creator) instead of Adobe. Bullzip prompts each time it prints for the user to enter a filename.