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
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