D
Dan
Hi,
I have a form based on a crosstab query that I use to drill down into
specific data. One criteria of the query is based on a combo box in the form
and it works perfectly when I select the exact number I want as the criteria.
The parameter is also set correctly with the name of the combobox and type =
text.
The criteria in the crosstab query is 'Like [Forms]![FormA]![Combo]' and it
works fine when I select specific criteria such as 0, 0.5, 1, 1.5, or 2.
However I want to also see everything less than 2 and everything, so when I
have the value in my combobox as either <2, <"2", * which normally works for
a query I always get the #Name? error in the form.
What should my value be if I want to view everything less than 2 and
everything including 2?
I've tried changing the type in the parameter to value, integar, decimal,
and nothing works.
thanks
Dan
I have a form based on a crosstab query that I use to drill down into
specific data. One criteria of the query is based on a combo box in the form
and it works perfectly when I select the exact number I want as the criteria.
The parameter is also set correctly with the name of the combobox and type =
text.
The criteria in the crosstab query is 'Like [Forms]![FormA]![Combo]' and it
works fine when I select specific criteria such as 0, 0.5, 1, 1.5, or 2.
However I want to also see everything less than 2 and everything, so when I
have the value in my combobox as either <2, <"2", * which normally works for
a query I always get the #Name? error in the form.
What should my value be if I want to view everything less than 2 and
everything including 2?
I've tried changing the type in the parameter to value, integar, decimal,
and nothing works.
thanks
Dan