A
Alan
Hello,
I have a crosstab query that has a parameter that prompts the user to enter
the year of the data he/she wishes to see. The parameter is declared in the
Parameter properties window as an integer and the query runs flawlessly in
query mode. The moment this query is attached to a report, it throws an error
indicating that "The Microsoft Jet database engine does not recognize " as a
valid field name or expression."
The year is extracted from the "quoteDate" field as
QYY: Format(right([quoteDate],4))
Why does this crosstab work with the parameter in query mode but not when
it's attached to a report? I don't really want the report to print all years
of the data as that's a waste of paper and the user typically will only be
interested in a specific year.
Thanks,
Alan
I have a crosstab query that has a parameter that prompts the user to enter
the year of the data he/she wishes to see. The parameter is declared in the
Parameter properties window as an integer and the query runs flawlessly in
query mode. The moment this query is attached to a report, it throws an error
indicating that "The Microsoft Jet database engine does not recognize " as a
valid field name or expression."
The year is extracted from the "quoteDate" field as
QYY: Format(right([quoteDate],4))
Why does this crosstab work with the parameter in query mode but not when
it's attached to a report? I don't really want the report to print all years
of the data as that's a waste of paper and the user typically will only be
interested in a specific year.
Thanks,
Alan