Can I make a crosstab query that filters from a value in a combo box? When I try, I get a message that "The Microsoft Jet database engine does not recognize 'Forms!MyFormName!My ComboBoxName' as a valid field name or expression."
Please look at the attached database, at the form called frmEscalationReports. There are 2 buttons: the Detail button works and opens a report filtered on my combo box value. That report uses the query called qryDetail and that query is filtered by [Forms]![frmEscalationReports]![cboEscalation].
But my Summary query button doesn't work. The Summary query is the Crosstab query I tried to build called qrySummary.
Thanks,
Please look at the attached database, at the form called frmEscalationReports. There are 2 buttons: the Detail button works and opens a report filtered on my combo box value. That report uses the query called qryDetail and that query is filtered by [Forms]![frmEscalationReports]![cboEscalation].
But my Summary query button doesn't work. The Summary query is the Crosstab query I tried to build called qrySummary.
Thanks,