M
Mark
I get the following error whenever I try and run a query
based on a value from a form.
The Microsoft Jet database engine does not
recognize '[Forms]![F_Fact_Pack]![txtReportEnd]' as a
valid field name or expression.
The formula I am using is <(DateValue([Forms]!
[F_Fact_Pack]![txtReportEnd])+1). I use this formula or
similar formula in several hundred queries, and they work
well, it just fails in the crosstab query.
Can anyone tell me how I can write criteria for a
crosstab query that is based on a form?
Thank you in advance.
Mark
based on a value from a form.
The Microsoft Jet database engine does not
recognize '[Forms]![F_Fact_Pack]![txtReportEnd]' as a
valid field name or expression.
The formula I am using is <(DateValue([Forms]!
[F_Fact_Pack]![txtReportEnd])+1). I use this formula or
similar formula in several hundred queries, and they work
well, it just fails in the crosstab query.
Can anyone tell me how I can write criteria for a
crosstab query that is based on a form?
Thank you in advance.
Mark