R
Robbie
I am trying to use an exists clause in a crosstab query, but I keep getting
the following error:
"The Microsoft Jet database engine does not recognize
'SubjectiveScore.TestSubjectiveItemID' as a valid field name or expression"
If I do nothing other than convert the query to a normal select (without
aggregation) there are no problems whatsoever.
I've tried using an IN clause, and selecting from a subquery that has the
EXISTS and they all end up in the same result.
How can I fix this short of outputting the results of a query to a table and
running the crosstab over the table (I REALLY don't want to do that)?
thanks in advance,
Robbie
the following error:
"The Microsoft Jet database engine does not recognize
'SubjectiveScore.TestSubjectiveItemID' as a valid field name or expression"
If I do nothing other than convert the query to a normal select (without
aggregation) there are no problems whatsoever.
I've tried using an IN clause, and selecting from a subquery that has the
EXISTS and they all end up in the same result.
How can I fix this short of outputting the results of a query to a table and
running the crosstab over the table (I REALLY don't want to do that)?
thanks in advance,
Robbie