Only1Abhi
World Filled With Love
- Local time
- Today, 23:14
- Joined
- Jan 26, 2003
- Messages
- 99
Hi People.
Just a quick question please.
Tables: tblTransaction
Query: qryTransaction
Report: rptTransaction
I select only a certain records from the query into the report.
there is a field in the report (and the tbl and qry) called Finance.
This has a number data type.
At the report's footer, i want to be able to calculate the sum of the Finance field, BUT for ONLY the transactions that are visible on the report.
I tried creating a textbox and making the Control SOurce:
=Sum([Finance])
but i get an error.
Please help!
Regards,
Abhi
Just a quick question please.
Tables: tblTransaction
Query: qryTransaction
Report: rptTransaction
I select only a certain records from the query into the report.
there is a field in the report (and the tbl and qry) called Finance.
This has a number data type.
At the report's footer, i want to be able to calculate the sum of the Finance field, BUT for ONLY the transactions that are visible on the report.
I tried creating a textbox and making the Control SOurce:
=Sum([Finance])
but i get an error.
Please help!

Regards,
Abhi