Hi everybody,
Here's the stats:
Access 2003
Split database
Linked tables
All subdatasheets on the back-end set to [None]
I'm in a jam that I'm hoping I can get resolved by Wednesday. In my current application, I have used 4 select queries in order to get the results for one crosstab query, and have used a couple more select queries for the results of the other crosstab query.
I'm trying to set this up dynamically using Microsoft's suggestion for a dynamic crosstab, but I've run into a couple of issues.
First, I can't find a way to get the data for both the crosstab queries into the same report without using DLookup for the 13 or so columns the report will have. As you can imagine, this is making things very slow.
Second, I think the fact that the Microsoft suggestion uses the DAO recordset method has also caused the report to load very slowly...and when I say slow, I mean 10-15 minutes slow.
I've seen Duane Hookum's (sp?) method, but I'm not quite sure how to apply it to my current situation. I have a distinct set of column headings currently, but I'd like to develop this with the idea that the current column headings may need to change at some point.
I'm sure I will need to post additional information, but I only want to post what's necessary so as to prevent this post from being a million, billion pages long.
Thanks for the help...
Here's the stats:
Access 2003
Split database
Linked tables
All subdatasheets on the back-end set to [None]
I'm in a jam that I'm hoping I can get resolved by Wednesday. In my current application, I have used 4 select queries in order to get the results for one crosstab query, and have used a couple more select queries for the results of the other crosstab query.
I'm trying to set this up dynamically using Microsoft's suggestion for a dynamic crosstab, but I've run into a couple of issues.
First, I can't find a way to get the data for both the crosstab queries into the same report without using DLookup for the 13 or so columns the report will have. As you can imagine, this is making things very slow.
Second, I think the fact that the Microsoft suggestion uses the DAO recordset method has also caused the report to load very slowly...and when I say slow, I mean 10-15 minutes slow.
I've seen Duane Hookum's (sp?) method, but I'm not quite sure how to apply it to my current situation. I have a distinct set of column headings currently, but I'd like to develop this with the idea that the current column headings may need to change at some point.
I'm sure I will need to post additional information, but I only want to post what's necessary so as to prevent this post from being a million, billion pages long.
Thanks for the help...