I have a loop that executes SQL, which I use to create a report from. The loop basically goes through a Debtors table and I want to create a single report for each debtor. But here are the 2 problems:
1) How do I print a report without opening it, because there might be a hundred Debtors or 10;either way the user does not want to see all these reports opening.
2) Because I use the same Answer table for the report over and over in the loop,
the first time I open the report everything is fine, but as soon as I try to open a
second, while the first one is still open, I get a error saying that the Answer table already exists
Any help or suggestions would be immensely appreciated
1) How do I print a report without opening it, because there might be a hundred Debtors or 10;either way the user does not want to see all these reports opening.
2) Because I use the same Answer table for the report over and over in the loop,
the first time I open the report everything is fine, but as soon as I try to open a
second, while the first one is still open, I get a error saying that the Answer table already exists
Any help or suggestions would be immensely appreciated