What I want to do is create a report with a bar chart. I want the user to be able to input a date range and have that data charted.
What I have done is create the query to pull the data and "hard coded" (between #8/01/02" and #8/30/02") the date critera in. I then created the report with the chart. I hit preview and everything works fine.
I now go back to my query make it dynamic by having it point to text boxes on an input form (between [txtbegin] and [txtend] for the begin and ending date. When I call the report, I get a message back that txtbegin is not recongized. It has something to do with the fact that the chart creates and uses crosstab query, but I don't know how to correct the problem.
Any help or direction will be greatly apprecaiated!
Lee
What I have done is create the query to pull the data and "hard coded" (between #8/01/02" and #8/30/02") the date critera in. I then created the report with the chart. I hit preview and everything works fine.
I now go back to my query make it dynamic by having it point to text boxes on an input form (between [txtbegin] and [txtend] for the begin and ending date. When I call the report, I get a message back that txtbegin is not recongized. It has something to do with the fact that the chart creates and uses crosstab query, but I don't know how to correct the problem.
Any help or direction will be greatly apprecaiated!
Lee