How can I loop a report in access using VBA and create individual pdf docs? I have a table with 3 columns: Region, EmpId, and Flag. My current report groups by region and lists all the EmpID's. I need for it to loop and create a seperated pdf doc for each Region rather than one big pdf files containing all the region reports. Please Help!