J
Jeremy Maddrey
I am currently working on a labels report that is based off of a
crosstab query. The crosstab query generates basic info (name,
address, etc.), plus a column named as a publication id. For example,
a publication "ESPN The Magazine" has an id of 8. The column in the
crosstab is named 8, and the # of publications ordered by each user is
the value in that column. How do I dynamically reference the columns
that are generated in the crosstab query? I need to print labels
every day, so obviously not every publication will be ordered within
that day and therefore, column 8 will not always be present, and can't
be hardcoded. Any ideas?
crosstab query. The crosstab query generates basic info (name,
address, etc.), plus a column named as a publication id. For example,
a publication "ESPN The Magazine" has an id of 8. The column in the
crosstab is named 8, and the # of publications ordered by each user is
the value in that column. How do I dynamically reference the columns
that are generated in the crosstab query? I need to print labels
every day, so obviously not every publication will be ordered within
that day and therefore, column 8 will not always be present, and can't
be hardcoded. Any ideas?