Strange error running a report

R

Rebecca

I get the following error when running a report:

The Microsoft Jet Database engine does not regognize " as
a valid field name or expression

How do I find what is causing this error?
There is no indication of where the problem lies.
 
D

Duane Hookom

If the report's record source includes a crosstab query, you need to specify
the query parameter data types.
 
Top