I want to create a crosstab query from a select query with criteria. The criteria of the fields (of select query) refer to the controls on a form. I wish to have 3 value fields for the crosstab query and knowing that there can only be 1 value field, I tried to create 3 crosstab queries having each of the value fields with the same row and column headings based on the select query, and create another select query based on the 3 crosstab queries.
However, when I tried to add the crosstab query in the new select query, I received an error saying the criteria in the first select query was not recognized as a valid field name or expression.
Was my method wrong? How can I create multiple value fields for a crosstab query based on a select query?
However, when I tried to add the crosstab query in the new select query, I received an error saying the criteria in the first select query was not recognized as a valid field name or expression.
Was my method wrong? How can I create multiple value fields for a crosstab query based on a select query?