R
Ryan Tisserand
I have a crosstab query that has 3 select queries that run before the data
reaches the crosstab. I am trying to set the criteria of 3 different fields
in the select queries to filter some of the data before it gets to the
crosstab. I am using an unbound form with unbound controls to set the values
of the criteria in the select queries. Example
Forms![BatchTotalsFilter]![PostedFilter]. Everything works fine until the
data reaches the crosstab query. This is the error message. The Microsoft
Jet Database engine does not recognize
Forms![BatchTotalsFilter]![PostedFilter] as a valid field name or expression.
Everything works fine until it reaches the crosstab query. Please advise.
reaches the crosstab. I am trying to set the criteria of 3 different fields
in the select queries to filter some of the data before it gets to the
crosstab. I am using an unbound form with unbound controls to set the values
of the criteria in the select queries. Example
Forms![BatchTotalsFilter]![PostedFilter]. Everything works fine until the
data reaches the crosstab query. This is the error message. The Microsoft
Jet Database engine does not recognize
Forms![BatchTotalsFilter]![PostedFilter] as a valid field name or expression.
Everything works fine until it reaches the crosstab query. Please advise.