Access Reports and Subtotals - Probably really simple solution

  • Thread starter Thread starter Patonar
  • Start date Start date
P

Patonar

Hi,

I am trying to get a report working with a sub total...

Basically i have a table showing delivery notes: It has fields
deliverySerial (text), delivery date (date), delivery quantity (number)

I want the report to total the sum of the delivery quanities....

I have tried doing this by adding a hidden field in the detail section
with calculation =sum(deliveryQTY) and then in the page footer doing
=sum(txtRunningTotal) but this gives me #Error...

How should i be doing this?

Regards

Andy
 
Hi Andy

Put in the footer

=sum([deliveryQTY])

I assume that deliveryQTY is the name of the field. if not change the above.

Hope this helps
 
Thanks matey - i did try something simmilar but i put in the page
footer and not the report footer!

It works now anyway - ta muchley!


Wayne-I-M said:
Hi Andy

Put in the footer

=sum([deliveryQTY])

I assume that deliveryQTY is the name of the field. if not change the above.

Hope this helps


--
Wayne
Manchester, England.
Enjoy whatever it is you do


Patonar said:
Hi,

I am trying to get a report working with a sub total...

Basically i have a table showing delivery notes: It has fields
deliverySerial (text), delivery date (date), delivery quantity (number)

I want the report to total the sum of the delivery quanities....

I have tried doing this by adding a hidden field in the detail section
with calculation =sum(deliveryQTY) and then in the page footer doing
=sum(txtRunningTotal) but this gives me #Error...

How should i be doing this?

Regards

Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top