I am attempting to create a crosstab query for a chart. In one of the subqueries, I limit the values by pulling in a value from a combobox setting the criteria to '[Forms]![Form1]![Combo5].[Value].
However, by doing so I get the error message "the Jet Database engine does not recognize 'Forms!Form1!Combo5.value' as a valid field name or expression". The base query works fine with this logic, but the crosstab only works if I remove this criteria.
I have tried adding the parameter values to the subqueries, to no avail. Anybody have any suggestions on how to get the cross tab to work?
Thank you Very Much!
However, by doing so I get the error message "the Jet Database engine does not recognize 'Forms!Form1!Combo5.value' as a valid field name or expression". The base query works fine with this logic, but the crosstab only works if I remove this criteria.
I have tried adding the parameter values to the subqueries, to no avail. Anybody have any suggestions on how to get the cross tab to work?
Thank you Very Much!