I've got the basic query down finally to pull the correct data for what I need.
What I need now to do is have the user be able to run a report from the query in a variety of different ways, then have what they selected show up in the report header and footer. I know how to pull this data from the user's form into the query/run the report in code, etc. etc. What I'm trying to do is use ONE report for this, and have the report reflect the parameters. They will be selecting the parameters from a form.
For instance, sometimes they will run by sales rep, sometimes by year, sometimes by qtr and year.
I want whatever they choose to appear on the report.
I.e. Commission Report -- 2003
Commission Report-- 1st qtr 2003
In the past, I've done separate reports for this just to get it out
but I know there's a better way. Also, this database will be shared so I want to keep the amount of objects to a minimum.
Also, is there a way that I can use just ONE query so that if
for instance they choose the year they won't get prompted for the qtr, employee, etc. because they're not running it for that.
I'm wondering if this can be done with ONE query/ONE report.
Thanks in advance!
What I need now to do is have the user be able to run a report from the query in a variety of different ways, then have what they selected show up in the report header and footer. I know how to pull this data from the user's form into the query/run the report in code, etc. etc. What I'm trying to do is use ONE report for this, and have the report reflect the parameters. They will be selecting the parameters from a form.
For instance, sometimes they will run by sales rep, sometimes by year, sometimes by qtr and year.
I want whatever they choose to appear on the report.
I.e. Commission Report -- 2003
Commission Report-- 1st qtr 2003
In the past, I've done separate reports for this just to get it out
but I know there's a better way. Also, this database will be shared so I want to keep the amount of objects to a minimum.
Also, is there a way that I can use just ONE query so that if
for instance they choose the year they won't get prompted for the qtr, employee, etc. because they're not running it for that.
I'm wondering if this can be done with ONE query/ONE report.
Thanks in advance!