Hi, all. Is there a way to have one report save off as many? I have a report that contains information on approximately 26,000 members. I need to break each member's data into its own report.
In that case you would need to program it to do so. Create a recordset to get the individual groups and loop through whilst using Docmd.OutputTo command if you're using Access 2007 or 2010.