W
Wendelin
I have a query that has one prompt for CSS name driven by a form with an
unbound field so that the user can choose the name. The prompt works in that
query.
When trying to run the crosstab query based on the first query, I get the
following error:
"The Microsoft Jet database engine does not recognize
'[Forms]![frmCSS_Choices]![cmbCSS]' as a valid field name or expression.
SQL for Crosstab Query:
TRANSFORM Sum(qry_CT_GrvTotalCount.CountOfID) AS SumOfCountOfID
SELECT qry_CT_GrvTotalCount.CSA, Sum(qry_CT_GrvTotalCount.CountOfID) AS
[Total Of CountOfID]
FROM qry_CT_GrvTotalCount
GROUP BY qry_CT_GrvTotalCount.CSA
PIVOT qry_CT_GrvTotalCount.Month;
unbound field so that the user can choose the name. The prompt works in that
query.
When trying to run the crosstab query based on the first query, I get the
following error:
"The Microsoft Jet database engine does not recognize
'[Forms]![frmCSS_Choices]![cmbCSS]' as a valid field name or expression.
SQL for Crosstab Query:
TRANSFORM Sum(qry_CT_GrvTotalCount.CountOfID) AS SumOfCountOfID
SELECT qry_CT_GrvTotalCount.CSA, Sum(qry_CT_GrvTotalCount.CountOfID) AS
[Total Of CountOfID]
FROM qry_CT_GrvTotalCount
GROUP BY qry_CT_GrvTotalCount.CSA
PIVOT qry_CT_GrvTotalCount.Month;