I have a report that has a sub report in it. The report runs fine except the sub report doesn't show up at all. When the sub-report is run by itself. When I try to open the report I get a message that says:
"You can't use a pas-through or non-fixed-column crosstab query as a record source for a subform or subreport. Before you bind the ssubform or subreport to a crostab query , see the query's column headings property"
There about a dozen queries driving these reports. None of them are crosstab or pass-through queries. However, one of them has a stored procedure among the tables from which it is made. In another database, I have the same reports but the offending query only has two tables, and that report and subreport work fine together.
Does it sound like the stored procedure is the culprit?
"You can't use a pas-through or non-fixed-column crosstab query as a record source for a subform or subreport. Before you bind the ssubform or subreport to a crostab query , see the query's column headings property"
There about a dozen queries driving these reports. None of them are crosstab or pass-through queries. However, one of them has a stored procedure among the tables from which it is made. In another database, I have the same reports but the offending query only has two tables, and that report and subreport work fine together.
Does it sound like the stored procedure is the culprit?