I am trying to create a crosstab query that refers to dataa from a form using [forms]![form name]![field name] etc in the criteria underneath field name.
But i am getting the following error message:
The microsoft jet database engine does not recognize '[forms]![form name]![field name]' as a valid field naem or expression.
If a change the query type to a select query then it works fine and only displays the records that i require.
The only quick fix that i can think of is using a make table to store the data that i wish to create a crosstab query on, and thn i know it should work, but i can not see why a crosstab query does not allow you to pull query on data containing in a form.
any help would be appreciate and many thanks in advance.
But i am getting the following error message:
The microsoft jet database engine does not recognize '[forms]![form name]![field name]' as a valid field naem or expression.
If a change the query type to a select query then it works fine and only displays the records that i require.
The only quick fix that i can think of is using a make table to store the data that i wish to create a crosstab query on, and thn i know it should work, but i can not see why a crosstab query does not allow you to pull query on data containing in a form.
any help would be appreciate and many thanks in advance.