Ok, here's the problem I'm running into. (Some of you may remember part of the problem from other posts.)
I've got a lot of queries that count other queries. All of these queries need to be displayed on one report. I don't want to use subreports because they're very annoying.
I originally made a query that was just a compilation of all my other counting queries, then used that for the report, which worked perfectly, until my query became too complex.
It's too complex because I'm going to have about 100 counting queries in the main query. And each of those counting queries is based off of a filtering query.
So, basically, to run my report, I am using about 200 queries.
I heard there is some way that you can use a query to put its information into a table.
My basic question is this: When I open my report, which has all of these counts, is there a way to somehow run all my queries, then put their information into a table, then generate the report based off that table?
Ultimately, I'm just trying to get about 100 counts on one query or table so I can make a report out of it. But every time I think I find a solution, it ends up not working for some reason.
Thanks for any help.
I've got a lot of queries that count other queries. All of these queries need to be displayed on one report. I don't want to use subreports because they're very annoying.
I originally made a query that was just a compilation of all my other counting queries, then used that for the report, which worked perfectly, until my query became too complex.
It's too complex because I'm going to have about 100 counting queries in the main query. And each of those counting queries is based off of a filtering query.
So, basically, to run my report, I am using about 200 queries.
I heard there is some way that you can use a query to put its information into a table.
My basic question is this: When I open my report, which has all of these counts, is there a way to somehow run all my queries, then put their information into a table, then generate the report based off that table?
Ultimately, I'm just trying to get about 100 counts on one query or table so I can make a report out of it. But every time I think I find a solution, it ends up not working for some reason.
Thanks for any help.