P
Patrick Fredrich
I created a sales report from a query where the user has to enter the month
number he wants to see the data for (just using [Enter month Number] in my
query to filter the month).
When the user runs the report he is asked "Enter Month Number" and the
report displays data as follow:
Month of June
Salesperson 1 forcasted $ Actual$
Customer 1 5$ 2$
Customer 2 4$ etc...
slsp1 totals =sum(forcasted$) =sum(actual$)
Salesperson 2 forcasted $ Actual$
Customer 1 5$ 2$
Customer 2 4$ etc...
slsp2 totals =sum(forcasted$) =sum(actual$)
Month Totals =sum(forcasted$) =sum(actual$)
So far so good all works just fine. Now I am trying to add in the report
footer a recap showing the sum for each salesperson without the customer
detail.
Like this:
Recap for the month:
Slsp1 Total forcasted$ Total Actual$
Slsp2 Total forcasted$ Total Actual$
etc...
I have create a subreport pulling from the same query that only displays the
sum for each salesperson, inserted it in my main report. But when I try to
run the report, the same question: "Enter month number" comes up multiple
time, even after linking my main and subreport using the month number.
Any idea why and how I can work around this ?
number he wants to see the data for (just using [Enter month Number] in my
query to filter the month).
When the user runs the report he is asked "Enter Month Number" and the
report displays data as follow:
Month of June
Salesperson 1 forcasted $ Actual$
Customer 1 5$ 2$
Customer 2 4$ etc...
slsp1 totals =sum(forcasted$) =sum(actual$)
Salesperson 2 forcasted $ Actual$
Customer 1 5$ 2$
Customer 2 4$ etc...
slsp2 totals =sum(forcasted$) =sum(actual$)
Month Totals =sum(forcasted$) =sum(actual$)
So far so good all works just fine. Now I am trying to add in the report
footer a recap showing the sum for each salesperson without the customer
detail.
Like this:
Recap for the month:
Slsp1 Total forcasted$ Total Actual$
Slsp2 Total forcasted$ Total Actual$
etc...
I have create a subreport pulling from the same query that only displays the
sum for each salesperson, inserted it in my main report. But when I try to
run the report, the same question: "Enter month number" comes up multiple
time, even after linking my main and subreport using the month number.
Any idea why and how I can work around this ?