Access 97, No VBA. I am having problems with a crosstab query. I have 2 underlaying queries (ex: passthru 1 & passthru 2. The problem: I am receiving the "the microsoft jet engine does not recognize "[start date?]" as a valid field name or expression". I have the following criteria:<br>
<br>
field=closed date -criteria Between [start date?] and [end date?]<br>
-or Between [start date?] and [end date?]<br>
field=review date -criteria Is Null<br>
-or <br>
field=reason -criteria<br>
-or "redem - our share - adru" or "redem - adru"<br>
<br>
I have tried the above criteria in query 1 same error, deleted criteria from query 1 moved to query 2, same error, moved criteria to crosstab query, same error. The only way to get resuls if I hand code the dates in any of the 3 querys. I also tried the qry parameter to ask for date, but this does not give good date/data results. Why can't jet engine recognize the Between [date] and [end]part. Please, help....I'm at the end of the rope on this one. Thanks for all your previous help.
<br>
field=closed date -criteria Between [start date?] and [end date?]<br>
-or Between [start date?] and [end date?]<br>
field=review date -criteria Is Null<br>
-or <br>
field=reason -criteria<br>
-or "redem - our share - adru" or "redem - adru"<br>
<br>
I have tried the above criteria in query 1 same error, deleted criteria from query 1 moved to query 2, same error, moved criteria to crosstab query, same error. The only way to get resuls if I hand code the dates in any of the 3 querys. I also tried the qry parameter to ask for date, but this does not give good date/data results. Why can't jet engine recognize the Between [date] and [end]part. Please, help....I'm at the end of the rope on this one. Thanks for all your previous help.