Split one report to many

JasonRkr

New member
Local time
Yesterday, 21:26
Joined
Mar 19, 2010
Messages
5
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.

Thanks.

Jason
 
vbaInet,

Thanks for the quick response. Is there a way to then get each individual group saved off to its own file?

Jason
 
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.
 

Users who are viewing this thread

Back
Top Bottom