M
mscertified
I need a crosstab query and I need it to be parameterized. However whenever I
insert the parameters I get an error message. When I remove them, the query
works. e.g.
WHERE ReviewDate >= [StartDate] AND ReviewDate <= [EndDate] FAILS
WHERE ReviewDate >= $10/1/2008# AND ReviewDate <= #10/31/2008# WORKS
insert the parameters I get an error message. When I remove them, the query
works. e.g.
WHERE ReviewDate >= [StartDate] AND ReviewDate <= [EndDate] FAILS
WHERE ReviewDate >= $10/1/2008# AND ReviewDate <= #10/31/2008# WORKS