D
D B Lawson
Guest
I have a crosstab query that gives me dynamic results. Although the column headings (dates) change, the number of columns in the crosstab result are always the same (21). I have a report with 21 unbound fields and I've been trying to fill the report with the data from the crosstab query using code sampled from the Solutions dynamic report. The code keeps getting stuck at
Set rstReport = qdf.OpenRecordset()
and I don't understand why.
Because the number of columns in my crosstab query is static, is there another way I can fill my report?
Set rstReport = qdf.OpenRecordset()
and I don't understand why.
Because the number of columns in my crosstab query is static, is there another way I can fill my report?