I
inungh
Because the report is very complex that it takes more than one minute
to get the report, I have to insert my crosstab queries in to a temp
table for the reports to improve performance of the report.
The report have many crosstab queries and many sub reports. I want to
prepare all data and insert in to a temp table for the report to
inprove perfromance and reduce database connections. The report
reaches maximum of connections which MS Access support.
Since the number of columns is unknown before insert the records, are
there any way to know the column counts that I can build insert SQL
statement dynamic using the number if count.
I use MS Access 2003.
Your help is great appreciated,
to get the report, I have to insert my crosstab queries in to a temp
table for the reports to improve performance of the report.
The report have many crosstab queries and many sub reports. I want to
prepare all data and insert in to a temp table for the report to
inprove perfromance and reduce database connections. The report
reaches maximum of connections which MS Access support.
Since the number of columns is unknown before insert the records, are
there any way to know the column counts that I can build insert SQL
statement dynamic using the number if count.
I use MS Access 2003.
Your help is great appreciated,