R
Robbro
I have a report for sales grouped by customer as follows
customerA itemA lbs sold $ sales
itemB lbs sold $ sales
customerB itemC lbs sold $ sales etc.....
The report automatically subtotals per customer for lbs and $ then grand
totals in the report footer.
We have some customers with rebates, returns, allowances etc... that we have
an adjustment to the $ sales # that I pull in on the query that is the source
for this report and it shows up under the customer subtotal then I have a
control box that calculates adjusted sales so for $'s sold we have
$ sales customer subtotal (automatic subtotal from access)
customer rebates, returns and allowances (pulled in to query from a returns
table)
adj $ sales ($ sales customer subtotal - customer reb...)
I then calculate #'s off to the right off of the adj $ sales number just
fine but when I try to calculate a grand total in the report footer I just
cant get it to work. When I try =sum([adj $ sales]) which is the exat
control name I use for my other calculations based on this number that works,
it prompts me for a value for adj $ sales and will not calculate a grand
total for my report. How should I approach this to get it to work, I've also
tried to use calculations to back into it for example using $ sales - the
customer rebates, returns and allowances field, but get the same thing.
customerA itemA lbs sold $ sales
itemB lbs sold $ sales
customerB itemC lbs sold $ sales etc.....
The report automatically subtotals per customer for lbs and $ then grand
totals in the report footer.
We have some customers with rebates, returns, allowances etc... that we have
an adjustment to the $ sales # that I pull in on the query that is the source
for this report and it shows up under the customer subtotal then I have a
control box that calculates adjusted sales so for $'s sold we have
$ sales customer subtotal (automatic subtotal from access)
customer rebates, returns and allowances (pulled in to query from a returns
table)
adj $ sales ($ sales customer subtotal - customer reb...)
I then calculate #'s off to the right off of the adj $ sales number just
fine but when I try to calculate a grand total in the report footer I just
cant get it to work. When I try =sum([adj $ sales]) which is the exat
control name I use for my other calculations based on this number that works,
it prompts me for a value for adj $ sales and will not calculate a grand
total for my report. How should I approach this to get it to work, I've also
tried to use calculations to back into it for example using $ sales - the
customer rebates, returns and allowances field, but get the same thing.