I created a query to get results from 2 tables. One of the results I got was a numerical amount figure. Now in my report I can get all of the amounts from the query to show up in the details.
How do add all those amounts and get a grand total in the report. Every time I try using SUM(Amount) it only gives me the amount from the last amount figure shown in the details instead of adding them all together.
Thanks
How do add all those amounts and get a grand total in the report. Every time I try using SUM(Amount) it only gives me the amount from the last amount figure shown in the details instead of adding them all together.
Thanks