C
ChuckW
Hi,
I have a query called SalesBudget3 that has fields which include:
CustomerName, Type and then all of the months of the year (January,
February). The type field is either Actual or Budget. My query will return
two records per client. The first would have their actual sales for 2008 and
the second would have their budgeted sales. In my report, I have the field
names in the page header (Type, January etc) and CustomerName in the
CustomerName header. The Details sections has their monthly sales figures.
In the CustomerName footer, I want to calculate percent of Actual to Budget
per month but it looks like the only thing I can do is to sum them. Is there
a way to do a percentage in the form?
Also, I created a separate query called JanPercentage which has the Actual
and Budget figures for January in the same record. I have divided the two
and have a calculated field called JanPer which is actual to budget for each
client. This is the result that I would like to appear in CustomerName
footer. Is there a way through say a subreport that I can insert the results
needed for each client? Can someone help?
Thanks,
I have a query called SalesBudget3 that has fields which include:
CustomerName, Type and then all of the months of the year (January,
February). The type field is either Actual or Budget. My query will return
two records per client. The first would have their actual sales for 2008 and
the second would have their budgeted sales. In my report, I have the field
names in the page header (Type, January etc) and CustomerName in the
CustomerName header. The Details sections has their monthly sales figures.
In the CustomerName footer, I want to calculate percent of Actual to Budget
per month but it looks like the only thing I can do is to sum them. Is there
a way to do a percentage in the form?
Also, I created a separate query called JanPercentage which has the Actual
and Budget figures for January in the same record. I have divided the two
and have a calculated field called JanPer which is actual to budget for each
client. This is the result that I would like to appear in CustomerName
footer. Is there a way through say a subreport that I can insert the results
needed for each client? Can someone help?
Thanks,