I am running some complex scripts that calculate and filter data into several tables. To finish the task, I want to create reports from these tables. The nr varies depending on the user input, so there can be anything from 1 to 1500 reports.
The header is put together from metadata in one table, the detail section gets its data from one or possible two queries on other tables. To help you understand, the data comes from waterbird census. I am determining whether and what standards a certain area is satisfying. And the resulting reports need to be written automatically and also saved as pdf.
Well, this seems to work alright but now I got the error message that there are too many control elements on a report. And I am at a loss how to avoid this. Maybe I am approaching from the wrong side so I hope that you can help me. Is there a proper way how to dyanmically set up reports? When I take the tabledata and create a single report for the same SPA that throws the error, it works, so I tried to figure out the code that Access uses to set together a report but I could not find it.
Any ideas?
The header is put together from metadata in one table, the detail section gets its data from one or possible two queries on other tables. To help you understand, the data comes from waterbird census. I am determining whether and what standards a certain area is satisfying. And the resulting reports need to be written automatically and also saved as pdf.
Well, this seems to work alright but now I got the error message that there are too many control elements on a report. And I am at a loss how to avoid this. Maybe I am approaching from the wrong side so I hope that you can help me. Is there a proper way how to dyanmically set up reports? When I take the tabledata and create a single report for the same SPA that throws the error, it works, so I tried to figure out the code that Access uses to set together a report but I could not find it.
Any ideas?