Ok, so I have two tables, one for permanent employees, and one for temporary employees. I use a union select query to join the two tables to compile the information needed for my crosstab query. I use this crosstab query to populate a subreport. When I try to view the report and subreport, I get the error: “You can’t use a pass-through query or a non-fixed-column crosstab query as a record source for a subform or subreport. Before you bind the subform or subreport to a crosstab query, set the query’s ColumnHeadings property.”
I don’t know where or how to set this property.