Hi there,
I have a crosstab query that is built on a union query that is built on a series of other queries. It all worked great until I put a criteria in one of the underlying queries to filter the date based on the user input.
I have in the criteria field for the date:
>=[forms]![frmConfig]![dtmBegDate] And <=[forms]![frmConfig]![dtmEndDate]
This is the exact error message I get:
The microsoft jet engine does not recognize >=[forms]![frmConfig]![dtmBegDate] as a valid field name or expression.
This ONLY happens when I run the crosstab, all of the other queries still work with this filter.
Thanks for your help,
Dawn
I have a crosstab query that is built on a union query that is built on a series of other queries. It all worked great until I put a criteria in one of the underlying queries to filter the date based on the user input.
I have in the criteria field for the date:
>=[forms]![frmConfig]![dtmBegDate] And <=[forms]![frmConfig]![dtmEndDate]
This is the exact error message I get:
The microsoft jet engine does not recognize >=[forms]![frmConfig]![dtmBegDate] as a valid field name or expression.
This ONLY happens when I run the crosstab, all of the other queries still work with this filter.
Thanks for your help,
Dawn