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
SOS,
Thanks, that did the trick. Strange though, they already had the following and it didn't work.
Function QuitDB()
On Error Resume Next
Quit
Exit Function
End Function
I changed it to Application.Quit and it did. Gotta love it.
Regards,
Jason
SimonB1978, thanks for the quick response. As this runs as a Scheduled Task, there is no user interaction. I just need it to completely close after running.
Hi, all.
I'm new to all of this so please bear with me. :o
I'm setting a scheduled task to run a macro from an Access 2007 database (actually Access 2007 linked to an Intersystems Cache database). When I run it the report is displayed as desired and the window closes, but in Taskmgr...